10 | Page
END
(end key)
Page 42
PRO MODE:
• Delineates the end of the program. No further
•
• back
to the next line
• Two END commands are required to signify the
end of the program and the end of the card REC
IF
(if key)
Page 47
PRO MODE:
•
Ex: IF X >= 0-,- GTO “SUB”
FLG
Page 49
PRO MODE:
•
A
B
C
X
Y
Page 52
PRO, AUT MODE:
• Memory A, B, C, X, Y
•
memory ‘X’. If you operate the memory
it allows access to
the second set of memories found on the PC-
1300S.
DEF MODE:
•
C, X, Y (akin to the LBL A through E on an HP 67).
Pressing the associated key executes the labeled
GTS
Page 44
PRO MODE:
• when encountering an
END command, return to NEXT line a
GTS command.