BASIC FUNCTIONS SECTION 5.4
5.4,9
CONT
Function CONT continues Basic program after STOP,
Syntax
CONT [Line number]
'Line number' is optional and allows the program to
continue from a different line number.
Examples CONT continue from next line
or
CONT 1000 continue from line 1000
Remarks Allows a program to continue ex_ecution from the line
following the occurrence of:
a) detection of the break key
b) execution of a 'STOP' statement
c) execution of an 'END' statement
d) detection of a syntax error
By specifying a line number argument continuation can occur
from that line number,
In the case of multiple statement lines, execution will
begin from the next line •.
VER.V09F
PAGE 5 - 18