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