Let's list the program to confirm the additions.
LISTGE
READY P0
10 INPUT AtB
20 y=A^B
30 W=V/2
35^ U^y*2
.40 fRiNT_V*W
PR!NT..v^Wiy__
10 END
READY P0
Deletion
a. Partial deletion
Example: Delete "V," from line 40 of the previous example.
@(D I P ^ 123456789
• Call out line 40 usin} a LIST command and move the cursor below the " V
LIST 40
bOO
40 PRINT V.W
40 PRINT y.W
• Delete " V," using the ® Key.
40 PRINT W.U
502
50 END
If the (Si Key is not pressed, the program contents
will not be changed.
• Be sure to press CS to release the change condition
for line 50.
-37-