From Jason Turner

[stmt.if]

Diff to HTML by rtfpessoa

tmp/tmp4e2n9qxi/{from.md → to.md} RENAMED
@@ -1,8 +1,8 @@
1
  ### The `if` statement <a id="stmt.if">[[stmt.if]]</a>
2
 
3
- If the condition [[stmt.pre]] yields `true` the first substatement is
4
  executed. If the `else` part of the selection statement is present and
5
  the condition yields `false`, the second substatement is executed. If
6
  the first substatement is reached via a label, the condition is not
7
  evaluated and the second substatement is not executed. In the second
8
  form of `if` statement (the one including `else`), if the first
 
1
  ### The `if` statement <a id="stmt.if">[[stmt.if]]</a>
2
 
3
+ If the condition [[stmt.pre]] yields `true`, the first substatement is
4
  executed. If the `else` part of the selection statement is present and
5
  the condition yields `false`, the second substatement is executed. If
6
  the first substatement is reached via a label, the condition is not
7
  evaluated and the second substatement is not executed. In the second
8
  form of `if` statement (the one including `else`), if the first