5 Statements
This Reference Manual output has not been verified, and may contain omissions or errors. Report any problems on the tracking issue
[A statement
defines an action to be performed upon its execution.]
[This clause describes the general rules applicable to all statement
s. Some statement
s are discussed in later clauses: Procedure_call_statement
s and return statements are described in Clause 6, “Subprograms”. Entry_call_statement
s, requeue_statement
s, delay_statement
s, accept_statement
s, select_statement
s, and abort_statement
s are described in Clause 9, “Tasks and Synchronization”. Raise_statement
s are described in Clause 11, “Exceptions”, and code_statement
s in Clause 13, “Representation Issues”. The remaining forms of statement
s are presented in this clause.]
Wording Changes from Ada 83
The description of return statements has been moved to 6.5, “Return Statements”, so that it is closer to the description of subprograms.