Command bank
Loop program
REPEAT TIMES
END REPEATChoose commands for the loop body and a repeat count.
Output and reasoning
Run a loop to create output.
0expanded command executions
1instructions written using a loop
Execution trace
- No loop run yet.
The loop body stays in sequence. REPEAT controls how many times the complete body runs. One too few or one too many is an off-by-one error.