RESEQUENCE
If
a line number is used
in
a program line which is not a currently
used line number, then the line
number
reference is changed to
32767. No error or warning is given.
If
you
enter
a value for the initial·line and increment which would
give values greater than
32767
for some new line numbers. the
me,'),')agc
"BAD
LINE
NUMBER"
is
displayed.
If
this
error
occurs.
no line numbers in the program
are
changed.
If
you
enter
a
RESEQUENCE
command while no program
is
in
memory. the message
"CAN'T DO
THAT"
is
displayed.
User's Reference Guide
Examples:
>NEW
>100
Z=Z+2
>110 PRINT Z
>120 IF
Z~50
THEN
150
>130
GO
TO
100
>140
END
>RES
10,5
>LlST
10
z~Z+2
15 PRINT Z
20 IF z=50
THEN
32767
25
GO
TO
10
30
END
>RESEQUENCE
32600,100
*
BAD
LINE
NUMBER
:>LIST
10
Z=Z+2
15 PRINT Z
20 IF Z=50
THEN
32767
2S
GO
TO
10
30
END
>NEW
>RESEGUENCE
..
CAN'T
DO
THAT
11·29