Chapter 16: Programming 451
If value is a variable, the current value is displayed.
If value is an expression, it is evaluated and the result is displayed on the right side of
the next line.
If value is text within quotation marks, it is displayed on the left side of the current
display line. ! is not valid as text.
If Pause is encountered after Disp, the program halts temporarily so you can examine the
screen. To resume execution, press Í.
Note: If a matrix or list is too large to display in its entirety, ellipses (...) are displayed in
the last column, but the matrix or list cannot be scrolled. To scroll, use Pause value.
DispGraph
DispGraphDispGraph
DispGraph
DispGraph (display graph) displays the current graph. If Pause is encountered after
DispGraph, the program halts temporarily so you can examine the screen. Press Í
to resume execution.
DispTable
DispTableDispTable
DispTable
DispTable (display table) displays the current table. The program halts temporarily so you
can examine the screen. Press Í to resume execution.
Program Output