This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Flow Control
Arguments | Result | Notation |
---|---|---|
– |
Immediately exits the body of a 'while/repeat/endwhile' block or a 'do/loop' block.
# Display only odd numbers on the trace log ShowTraceLog ClearTraceLog 5 0 do I 2 mod eq0 if #divide inner loop with modulo 2 and test if zero Break endif I Trace loop