CONTINUE

Execution continues at the most recent loop in a custom function:

• in a WHILE loop, it continues at the next ENDWHILE;

• in a REPEAT loop, it continues at UNTIL;

• in a FOR loop, it continues at NEXT.

Statements between the CONTINUE and the pertinent loop continuation statement are not evaluated.