While
Repeat action(s) while the specified condition is true.
Syntax
while condition
   action(s)
endFields in the editor
- Left operand
- The left operand of the comparison.
- Operator
- The operator of the comparison.
- Right operand
- The right operand of the comparison.