tmp/tmpni76x527/{from.md → to.md}
RENAMED
|
@@ -12,8 +12,10 @@ compound-statement:
|
|
| 12 |
statement-seq:
|
| 13 |
statement
|
| 14 |
statement-seq statement
|
| 15 |
```
|
| 16 |
|
| 17 |
-
A compound statement defines a block scope ([[basic.scope]]).
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
|
|
|
|
| 12 |
statement-seq:
|
| 13 |
statement
|
| 14 |
statement-seq statement
|
| 15 |
```
|
| 16 |
|
| 17 |
+
A compound statement defines a block scope ([[basic.scope]]).
|
| 18 |
+
|
| 19 |
+
[*Note 1*: A declaration is a *statement* (
|
| 20 |
+
[[stmt.dcl]]). — *end note*]
|
| 21 |
|