-REPEAT...UNTIL Loops: These are also present in Java, and follow almost the same syntax. Unlike WHILE loops, these execute at least once and stop when the expression is true. The syntax is... REPEAT 'DO STUFF UNTIL <Expression>