Until flag false

Command group Flag affected Reversible Execute on client Platform(s)
Constructs NO NO YES All

Syntax

Until flag false

Description

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.

Example

# loop until 'No' is pressed
Repeat
  No/Yes message {Press No to exit loop}
Until flag false