DADiSP Worksheet Functions > Function Categories > Control Flow > CONTINUE
Terminates the execution of any remaining statements in the body of a FOR or WHILE loop. Control is transferred to the end of the body and the next loop test expression is evaluated.
CONTINUE
In the SPL function CountIt, if a is greater than 10, then nothing more will be added to it. The CONTINUE statement will break out of the FOR loop, and, after
CONTINUE is for use in SPL files.