From Jason Turner

[stmt.do]

Diff to HTML by rtfpessoa

tmp/tmp1ru75zpn/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  ### The `do` statement <a id="stmt.do">[[stmt.do]]</a>
2
 
3
- The expression is contextually converted to `bool` (Clause  [[conv]]);
4
- if that conversion is ill-formed, the program is ill-formed.
5
 
6
  In the `do` statement the substatement is executed repeatedly until the
7
  value of the expression becomes `false`. The test takes place after each
8
  execution of the statement.
9
 
 
1
  ### The `do` statement <a id="stmt.do">[[stmt.do]]</a>
2
 
3
+ The expression is contextually converted to `bool` [[conv]]; if that
4
+ conversion is ill-formed, the program is ill-formed.
5
 
6
  In the `do` statement the substatement is executed repeatedly until the
7
  value of the expression becomes `false`. The test takes place after each
8
  execution of the statement.
9