13.1 Simple statements

A simple statement cannot be decomposed in separate statements. There are basically four kinds of simple statements:

_________________________________________________________________________________________________________
Simple statements

--simple- statement--|assignment-statement -----------------------------
                 |procedure- statement--|
                 |--goto- statement----|
                 ---raise- statement-----
____________________________________________

Of these statements, the raise statement will be explained in the chapter on Exceptions (chapter 17, page 1008)

13.1.1 Assignments
13.1.2 Procedure statements
13.1.3 Goto statements

Page generated on 2026-08-24.  Report a problem on this page