Loading...
 

loop

loop

loop

Stack
Stack Position Description
Stack(In) Top -
Stack(Out) Top -

loop marks the end of a cycle started with do, without a termination condition being defined here. This construction is useful if the cycle is left with break.

Note:
Cycles can be nested to a depth of 128.
Up to and including version 4.4 cycles are only allowed within the definition of new instructions.