A loop statement consists of the keyword loop, followed by an integer number or a variable, followed by a statement block. A statement block begins with the begin keyword and ends with the end keyword. The statement block is mandatory.
The syntax is
|
Some examples are
|