From Jason Turner

[stmt.expr]

Diff to HTML by rtfpessoa

tmp/tmp2glk_aul/{from.md → to.md} RENAMED
@@ -7,11 +7,11 @@ expression-statement:
7
  expressionₒₚₜ ';'
8
  ```
9
 
10
  The expression is a discarded-value expression [[expr.context]]. All
11
  side effects from an expression statement are completed before the next
12
- statement is executed. An expression statement with the expression
13
  missing is called a *null statement*.
14
 
15
  [*Note 1*: Most statements are expression statements — usually
16
  assignments or function calls. A null statement is useful to supply a
17
  null body to an iteration statement such as a `while` statement
 
7
  expressionₒₚₜ ';'
8
  ```
9
 
10
  The expression is a discarded-value expression [[expr.context]]. All
11
  side effects from an expression statement are completed before the next
12
+ statement is executed. An expression statement with the *expression*
13
  missing is called a *null statement*.
14
 
15
  [*Note 1*: Most statements are expression statements — usually
16
  assignments or function calls. A null statement is useful to supply a
17
  null body to an iteration statement such as a `while` statement