From Jason Turner

[stmt.while]

Diff to HTML by rtfpessoa

tmp/tmps9zbiwrp/{from.md → to.md} RENAMED
@@ -1,8 +1,8 @@
1
  ### The `while` statement <a id="stmt.while">[[stmt.while]]</a>
2
 
3
- In the `while` statement the substatement is executed repeatedly until
4
  the value of the condition [[stmt.pre]] becomes `false`. The test takes
5
  place before each execution of the substatement.
6
 
7
  A `while` statement is equivalent to
8
 
 
1
  ### The `while` statement <a id="stmt.while">[[stmt.while]]</a>
2
 
3
+ In the `while` statement, the substatement is executed repeatedly until
4
  the value of the condition [[stmt.pre]] becomes `false`. The test takes
5
  place before each execution of the substatement.
6
 
7
  A `while` statement is equivalent to
8