Data editing > Flow control > continue
 
continue
Quick reference
Attach the keyword:
continue
to a label to mark a place in the edit.
More information
This statement is a dummy statement whose sole purpose is to join various bits of a program together. It is often used with a statement label as a destination for routing with go to, or to identify the end of a loop.
For more information about using continue with loops, see do with individually specified numeric values.
See also
Flow control