loop
| Stack | Position | Description |
|---|---|---|
| Stack(In) | top | - |
| Stack(Out) | top | - |
loop indicates the end of a cycle, which has been started with do, without a defined abort condition. This construction is useful when leaving the cycle with break.
Information:
Cycles can have a nesting depth up to 12.
Cycles are only allowed within the definition of new statements.