CONTINUE - skip the rest of this loop iteration.

$*$CONTinue
may be used inside $*$WHILE or $*$For loops. It tells EXEC to skip any remaining statements in the body of the loop and go directly to the top of the loop again. If this occurs in a $*$WHILE loop, EXEC tests the condition expression of the loop to see if the loop should be repeated. If this occurs in a $*$For loop, EXEC evaluates the condition of the loop to see if the loop should be repeated.

Copyright © 2000, Thinkage Ltd.