[Home] [Prev] [Next] [Index]

5. Statements

5. Statements

1
A statement defines an action to be performed; the process by which a statement achieves its action is called execution of the statement.

2
This chapter describes the general rules applicable to all statements. Some specific statements are discussed in later chapters. Procedure call statements are described in Chapter 6 on subprograms. Entry call, delay, accept, select, and abort statements are described in Chapter 9 on tasks. Raise statements are described in Chapter 11 on exceptions, and code statements in Chapter
13
. The remaining forms of statements are presented in this chapter.

3
References:

*
abort statement 9.10

*
accept statement 9.5

*
code statement 13.8

*
delay statement 9.6

*
entry call statement 9.5

*
procedure call statement 6.4

*
raise statement 11.3

*
select statement 9.7



[Home] [Prev] [Next] [Index]

documentation@rational.com
Copyright © 1993-2000, Rational Software Corporation. All rights reserved.