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 946)

  13.1.1 Assignments
  13.1.2 Procedure statements
  13.1.3 Goto statements