command/CONT                                                     command/CONT
 
 NAME
     CONT -- Re-start the execution of a program that has been stopped
 
 ABBREVIATION
     c <shift> O

 SYNOPSIS
     CONT

 FUNCTION
     This command is used to re-start the execution of a program that has 
     been stopped by either using the STOP statement, or an END statement 
     within the program.
 
 INPUTS
     None
 
 RESULT
     The program will resume execution where it left off.

 EXAMPLES
     CONT
 
 NOTES
     CONT will not work if you  have changed or added lines of the program 
     (or even just moved the cursor to a program line and hit <return> 
     without changing anything), if the program stopped due to an error, or 
     if you caused an error before trying to re-start the program.
 
 BUGS
     None
 
 SEE ALSO
     END
     STOP