while (Looping & Flow Control)
Compatible with:
- Purpose
- Iterates a block of code written under the condition until the condition evaluates to false. 'while' command must always have 'endWhile' at the end of the block.
- Syntax
- while(condition)
- Target
- condition
- Value
- N/A
- Return Value
- N/A