Operation Manual

13-14 Programming
8213PROG.DOC TI-82, Chapter 13, English Bob Fedorisko Revised: 02/09/01 9:25 AM Printed:
02/09/01 12:42 PM Page 14 of 18
Disp
¦
Disp
(display) with no
value
displays the Home screen.
¦
Disp
with one or more
values
displays text and values.
Displaying the Home Screen
Disp
with no
value
displays the Home screen.
Disp
Displaying Values and Messages
Disp
with one or more
values
displays the value of each.
Disp
value
,
value
,
value
...
¦
If
value
is an expression, it is evaluated and then displayed on the right
of the following line according to the current
MODE
settings.
¦
If
value
is text (up to 16 characters) within
"
marks, it displays on the
left of the following line. Text cannot include
!
.
For example,
Disp "THE ANSWER IS",
2
displays:
If
Pause
is encountered after
Disp
, the program halts temporarily so you
can examine the screen. Press
Í
to resume execution.
Note: If a matrix or list is too large to display in its entirety,
...
is displayed
in the rightmost column, but the matrix or list cannot be scrolled. (To
scroll, use the
Pause
instruction instead.)