REPEAT

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