This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Flow Control
Arguments | Result | Notation |
---|---|---|
– |
Terminates the Do instruction. Control flow will return to the Do instruction until the Index is equal to the Limit.
See Do.
# See example at the Do instruction.