Loops

Three loop-constructs are implemented:

These commands are also supported:

1) Initialization value and end condition with automatically an incrementing or decrementing loop counter.
2) Optional exit condition at end of loop.
3) exit condition check at beginning of loop.