| 20% Command group | 20% Flag affected | 20% Reversible | 20% Execute on client | 20% Platform(s) |
|---|---|---|---|---|
| Constructs | NO | NO | YES | All |
Until flag false
This command terminates the Repeat–Until conditional loop if the flag is false; execution continues with the command following the Until. If the flag is true, execution continues with the command following the Repeat.
# loop until 'No' is pressed
Repeat
No/Yes message {Press No to exit loop}
Until flag false