tmp/tmpf6yt_lpg/{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` [[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 |
|
|
|
|
| 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 |
|