Annotated
Ada Reference Manual
—
Legal Information
Section 5: Statements
1
[A
statement
defines an action to be performed upon its execution.]
2/2
{
AI95-00318-02
} [This section describes the general rules applicable to all
statement
s. Some
statement
s are discussed in later sections:
Procedure_call_statement
s and return statements are described in
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
9
, “
Tasks and Synchronization
”.
Raise_statement
s are described in
11
, “
Exceptions
”, and
code_statement
s in
13
. The remaining forms of
statement
s are presented in this section.]
Wording Changes from Ada 83
2.a/2
{
AI95-00318-02
} The description of return statements has been moved to
6.5
, “
Return Statements
”, so that it is closer to the description of subprograms.
Sponsored by
Ada-Europe