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

BREAK, CONTINUE, DO, FOR, FOR EACH, LOOP, UNTIL, WHILE, WITH


Previous: RENAME Next: Replace$