Sequential control structures are also identical to Modula-2. Please note, that in Modula-2
(unlike Pascal) all control structures have to be terminated with keyword END (with the exception of REPEAT, which has a different terminating keyword) and all procedures/functions repeat the procedure name with the final END (see the following examples). All control structures may be used with scalar or vector arguments.

[
Previous Page |
Table of Contents |
Next Page ]