Texas Instruments TI-89 Titanium User Manual page 782

Hide thumbs Also See for TI-89 Titanium:
Table of Contents

Advertisement

CustmOff
CATALOG
CustmOff
Removes a custom toolbar.
CustmOn
control a custom toolbar. Manually, you can press
2 ¾ to toggle a custom toolbar on and off.
Also, a custom toolbar is removed automatically
when you change applications.
CustmOn
CATALOG
CustmOn
Activates a custom toolbar that has already been
set up in a
CustmOn
control a custom toolbar. Manually, you can press
2 ¾ to toggle a custom toolbar on and off.
Custom
2 ¾ key
Custom
block
EndCustm
Sets up a toolbar that is activated when you press
2 ¾. It is very similar to the
instruction except that
cannot have labels.
can be either a single statement or a series of
block
statements separated with the ":" character.
Note: 2 ¾ acts as a toggle. The first
instance invokes the menu, and the second
instance removes the menu. The menu is removed
also when you change applications.
Cycle
CATALOG
Cycle
Transfers program control immediately to the next
iteration of the current loop (
is not allowed outside the three looping
Cycle
structures (
Appendix A: Functions and Instructions
and
enable a program to
CustmOff
block.
Custom...EndCustm
and
enable a program to
CustmOff
ToolBar
and
statements
Title
Item
,
For
While
,
, or
).
For
While
Loop
See
Custom
See
Custom
Program listing:
:Test()
:Prgm
:Custom
:Title "Lists"
:Item
"List1"
:Item
"Scores"
:Item
"L3"
:Title "Fractions"
:Item
"f(x)"
:Item
"h(x)"
:Title "Graph"
:EndCustm
:EndPrgm
Program listing:
:¦ Sum the integers from 1 to
, or
).
Loop
100 skipping 50.
:0! temp
:For i,1,100,1
:If i=50
:Cycle
:temp+i! temp
:EndFor
:Disp temp
Contents of
program listing example.
program listing example.
after execution:
temp
5000
779

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents