WHILE(<condition>)
- Category
- Control Flow
- Added in
- v0.8.5
Completes a loop started with DO but exits the loop if <condition> is not met
WHILE(<condition>)Completes a loop started with DO but exits the loop if <condition> is not met