CONTINUE
General Form:
CONTINUE
The CONTINUE command is used to resume execution of a program that has been stopped with either a STOP or a TRAP statement or has been interrupted by a Ctrl+BREAK. It is not possible to resume execution of a program if it is unresolved.
The CONTINUE command can be executed directly within the Workbench either as a single keystroke or from the toolbar.
See also:
CONTINUE LOAD, CONTINUE LOOP, CONTINUE NEXT, CONTINUE RETURN