News

This instructs the printing program to repeat the copying process 30 times. The repeat instruction goes first. We call this kind of repeat command a fixed loop as the number of repeats is fixed.
Condition-controlled iteration close condition-controlled iterationA loop that repeats until a condition is either met or no longer met. This is usually implemented using a WHILE or REPEAT UNTIL ...