REPEAT specifies the unconditional repetitive execution of the following
statement block. Looping is stopped only by exiting from the statement block
via a BREAK command. Note that RFPP does not support the UNTIL command. REPEAT
commands may be nested.