AT&T 6300 Programmer's Manual page 217

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Syntax
Remarks
CONT
Command
Resumes program execution after a CTRL-
BREAK has been typed or a STOP or END
statement has been executed. CONT should
only be used in immediate mode.
CONT
Execution resumes at the point where the
break occurred. If the break occurred after a
prompt from an INPUT statement, execution
continues with the reprinting of the prompt
("?"
or prompt string).
CONT is usually used in conjunction with
STOP for debugging. When execution is
stopped, intermediate values may be examined
and changed using direct mode statements.
Execution may be resumed with CONT or a
direct mode GOTO, which resumes execution
at a specified line number.
CONT may not be used to continue execution
after an error has occurred. CONT is also
invalid if the program has been modified
during the break.
7-61

Advertisement

Table of Contents
loading

Table of Contents