Press CTRL+C to copy ITERATE label
ITERATE label
ITERATE can appear only within LOOP, REPEAT, and WHILE statements. ITERATE means “start the loop again.”
ITERATE
LOOP
REPEAT
WHILE
For an example, see Section 15.6.5.5, “LOOP Statement”.