Home > lang > repeat 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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

Loop Control Structures