Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4
Armite F4 ArmiteH7 Picomite CMM2
Syntax:
CONTINUE
CONTINUE DO
CONTINUE FOR
Description:
CONTINUE
Resume running a program that has been stopped by an END statement, an error, or
CTRL-C.
On the CMM2, the command is also used to exit a BREAK state and resume program
execution following a MMDEBUG BREAK command.
The program will restart with the next statement following the previous stopping
point.
Note that it is not always possible to resume the program correctly – this
particularly applies to complex programs with graphics, music, nested loops
and/or nested subroutines and functions.
CONTINUE DO
CONTINUE FOR
Skip to the end of a DO/LOOP or a FOR/NEXT
loop.
The loop condition will then be tested and if still valid the loop will continue
with the next iteration.
Last edited: 15 December, 2020