Home / lang / loop 
LOOP
Syntax
LOOP [ UNTIL Expression ]

Ends a loop structure delimited by DO ... LOOP instructions.

If UNTIL is specified, the loop is stopped when Expression is true.

See also

Loop Control Structures