back to Command Reference
CONT
[All Models]
Purpose
Resume execution of a program stopped by the STOP statement or BRK key.
CONT
Explanation
- Resumes program execution from the point where it was interrupted by a
STOP statement or by pressing the BRK key.
- This is a manual command only; it cannot be used within a program.
- Variables retain their values from the point of interruption.
- If the program has been edited after stopping,
CONT may not function
correctly.
See