810
Appendix A: Functions and Instructions
Disp
CATALOG
Disp
[
exprOrString1
] [
,
exprOrString2
]
...
Displays the current contents of the Program I/O
screen. If one or more
exprOrString
is specified,
each expression or character string is displayed
on a separate line of the Program I/O screen.
An expression can include conversion operations
such as
4444
DD
and
4444
Rect
. You can also use the
4
operator to perform unit and number base
conversions.
If
Pretty Print = ON
, expressions are displayed in
pretty print.
From the Program I/O screen, you can press
‡
to
display the Home screen, or a program can use
DispHome
.
Disp "Hello"
¸
Hello
Disp cos(2.3)
¸
ë
.666…
{1,2,3,4}
!
L1
¸
Disp L1
¸
{1 2 3 4}
Disp 180_min
4
_hr
¸
3.
ø
_hr
Note:
To type an underscore ( _ ), press
2
To type
4444
, press
2
.
DispG
CATALOG
DispG
Displays the current contents of the Graph screen.
In function graphing mode:
Program segment:
©
:5
ù
cos(x)
!
y1(x)
:
ë
10
!
xmin
:10
!
xmax
:
ë
5
!
ymin
:5
!
ymax
:DispG
©
DispHome
CATALOG
DispHome
Displays the current contents of the Home screen.
Program segment:
©
:Disp "The result is: ",xx
:Pause "Press Enter to quit"
:DispHome
:EndPrgm
DispTbl
CATALOG
DispTbl
Displays the current contents of the Table screen.
Note:
The cursor pad is active for scrolling. Press
N
or
¸
to resume execution if in a
program.
5
ù
cos(x)
!
y1(x)
¸
DispTbl
¸
Summary of Contents for Voyage 200
Page 36: ...Getting Started 36 D B D B Press Result ...
Page 45: ...Getting Started 45 3 0 D B D D B D Press Result ...
Page 46: ...Getting Started 46 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Page 60: ...Getting Started 60 B D Press Result ...
Page 139: ...Previews 139 8 Complete the operation Press 2 d Steps and keystrokes Display 5 f 2 ...
Page 453: ...Differential Equation Graphing 453 ...
Page 468: ...Tables 468 ...
Page 777: ...Activities 777 ...