A.9 Statements
Except as described, statements are executed in sequence. Statements are executed for their effect, and do not have values. They fall into several groups.
- statement:
- labeled-statement expression-statement compound-statement selection-statement iteration-statement jump-statement