<- CRPL reference <- Flow Control
Arguments | Result | Notation |
---|---|---|
An item on the stack that determines if the body executes | b1 – |
Pops an item from the stack. If true, execute the following statements. If false, jump to the statement following 'endwhile'.
See example at "while"