Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This form of the repeat statement is actually quite similar to the repeat while. Whereas the repeat while statement repeats execution of a set of statements while a condition is true, the repeat until repeats execution of a set of statements while a condition is false, or in other words, until it becomes true.
The general format of the repeat until statement is