ITERATE
Statement
ITERATE
can only appear within LOOP
, REPEAT
, and WHILE
statements. ITERATE
means do the loop iteration again.
For example:
ITERATE
StatementITERATE
can only appear within LOOP
, REPEAT
, and WHILE
statements. ITERATE
means do the loop iteration again.
For example: