318 Appendix A: Function and Instruction Reference
73A-ENG.DOC AppxA: Function/Instruction Reference, English Julie Hewlett Revised: 07/29/98 1:10 PM Printed:
05/19/99 9:03 AM Page 318 of 36
"
-t
-uANGLE
Surrounds categorical list elements and list formulas
that are attached to a list name. Surrounds text
displayed on the Graph display using the Text(
command (from the Home screen or in a Program).
In a programming command, they surround text to be
displayed with Disp, text which designates an Input
prompt, and functions that are assigned to a Yn
variable.
Specifies seconds in DMS angle notation.
{"A","B","C"}ÜL3 b
{"A" "B" "C"}
PROGRAM:TEXT
:AxesOff
:Text(15,45,"TEXT")
:DispGraph
PROGRAM:FUNCTION
:"2X+5"ÜY1
:ZStandard
PROGRAM:INPUT
:Input "NEW LIST=",
¨NEW
:Disp "
¨NEW=",¨NEW
:Pause
In Radian mode:
50¡0'0" b.872664626
:
-|
Precedes all programming commands (automatically
displayed by the calculator in the Program editor).
Separates two programming commands listed on one
line or two entries on the Home screen.
PROGRAM:GREETING
:Disp "HI, TERESA":Pause
p
-„
Represents the value for the constant, p, in
calculations. The calculator uses p=3.1415926535898.
In Float mode:
2p b6.283185307
?
-|
Displays a question mark, which acts like a text
character.
PROGRAM:QUESTION
:Disp "WHAT TIME IS IT?"
:Pause