Iteration Instructions

"for" instruction

Here is the general syntax (see BNF syntax) :

"while" instruction

Here is the general syntax (see BNF syntax) :

"do" instruction

Here is the general syntax (see BNF syntax) :

Control and loop instructions

We may use the standard "break;" and "continue;" instructions for control and loop instructions.