Line renumbering
Example: Write the following progratn in P2.
10 INPUT N
20 M=N*N
30 L=SQR N
40 PRINT M.L
50 END
Move line 20 between lines 30 and 40.
Operation: @Q] P
Call out line 20 using a LIST command.
LIST 20SB
20 M=N*N_
Move the cursor below the "2" of line number
"20".
20 M=N*N
Change 20 to 35 and input.
35 m 30 L=SQR N
To complete the change, press Q3 and release the
change condition.
List the program to see how the contents have been
changed.
L 1 S T a a
READY P2
10 INPUT N
20 M=N>fcN
3 0 L = S Q R N
35 M=N>»^N
40 PRINT M,L
50 END
READY P2
-39-