13.6.5.3 ITERATE Statement

ITERATE label

ITERATE can appear only within LOOP, REPEAT, and WHILE statements. ITERATE means start the loop again.

For an example, see Section 13.6.5.5, “LOOP Statement”.