While
Repeat action(s) while the specified condition is true.
Syntax
while condition
   action(s)
end
         Fields 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.