The repeat statements repeats a set of actions a number of times.
Syntax in Psuedo code is as follows:
REPEAT(N) BEGIN actions END
Where N is the number of times to repeat.
Category: Programming