Keyword introducing the iteration statement that repeats the execution of one or more statements within the defined REPEAT statement.
- UNTIL
- Keyword introducing a conditional expression to qualify the statements in the loop.
- END REPEAT
- Keywords ending the REPEAT statement.