Operation:
0Designate the WRT mode.
®(T)
Number  of  remaining  steps
P  0  1 2 3 4 5 6 7 8 9
f Program areas with no
The currently designated programs written in
prog r a m  a r e a  w i ll  b link.
0 Designate program area P0.
* This display varies depending
on  the  number  of  memories
or  the  size  of  the  written
program.
*  The  area  numbers  will  not  be
di s pla yed  for  tho s e  a reas
where programs have already
been  written.
@(ii
P  0 1 2 3 4 5 6 7 8 9
d) When a previous program remains, clear it.
(Not  required  if  nothing  is  written.)
CLEARISa
P"" 0 123456789
*  To  clear  all  the  program  areas  (P0  through  P9),
press  Cc3CQ(T)CA]d][A]Q33.
0 Write line 10.
I O l j I N P U T l j A . B  m
I  1  ^
Be  sure  to  press
at  the  end  of  the  line.
10  INPUT  A.B
Means  one  character  space
(May  be  omitted)
0 Write line 20.
2 0 L j v i = ] A a B  m
20  V=A+B
0 Write line 30.
30ljw@aob  m
30  W=A-B
0 Write line 40.
40ljPRINTliV,WB33
40  PRINT  V.W
0 Write line 50.
50i_jEND  631
»•'  5)0
50  END
• When the program is complete, write an "END" command. This is not required in
the above  program  but  when  a  GOTO statement  or  GOSUB  statement  is  used,  be
-31-