Go to the first, previous, next, last section, table of contents.
-
A statement defines an action to be performed upon its execution.
-
This section describes the general rules applicable to all statements.
Some statements are discussed in later sections:
Procedure_call_statements and return_statements are described in Section
See section 6 Subprograms. Entry_call_statements, requeue_statements,
delay_statements, accept_statements, select_statements, and
abort_statements are described in Section See section 9 Tasks and Synchronization. Raise_statements are described in Section See section 11 Exceptions, and code_statements in Section See section 13 Representation Issues. The remaining
forms of statements are presented in this section.
- 5.1: Simple and Compound Statements - Sequences of Statements
- 5.2: Assignment Statements
- 5.3: If Statements
- 5.4: Case Statements
- 5.5: Loop Statements
- 5.6: Block Statements
- 5.7: Exit Statements
- 5.8: Goto Statements
Go to the first, previous, next, last section, table of contents.