Home / lang / repeat 
REPEAT
Syntax
REPEAT

Begins a loop structure delimited by REPEAT ... UNTIL instructions.

Note that a repeat loop is always executed at least once, even if the UNTIL value is initially false.

See also

Loop Control Structures