Programming
610
Because a
Goto
command is unconditional (it always branches to the specified label), it
is often used with an
If
command so that you can specify a conditional test. For example:
Ê
If x>5, branches directly to label GT5.
Ë
For this example, the program must include commands (such as
Stop
) that prevent
Lbl
GT5
from being executed if x
{
5.
Using Loops to Repeat a Group of Commands
Using Loops to Repeat a Group of Commands
Using Loops to Repeat a Group of Commands
Using Loops to Repeat a Group of Commands
To repeat the same group of commands successively, use a loop. Several types of loops
are available. Each type gives you a different way to exit the loop, based on a conditional
test.
F2 Control Toolbar Menu
F2 Control Toolbar Menu
F2 Control Toolbar Menu
F2 Control Toolbar Menu
Ê
Ë
:If x>5
: Goto GT5
:Disp x
:--------
:--------
:Lbl GT5
:Disp "The number was > 5”
To enter most of the loop-related commands,
use the Program Editor’s
„
Control
toolbar
menu.
Summary of Contents for TI-89 Voyage 200
Page 1: ...TI 89 Titanium Graphing Calculator...
Page 35: ...Getting Started 35 2 B u s i n e s s D B D B Press Result...
Page 44: ...Getting Started 44 3 0 D B D D Press Result...
Page 45: ...Getting Started 45 B D D 2 0 0 2 Press Result...
Page 46: ...Getting Started 46 D B Scroll down to October and press D 1 9 Press Result...
Page 60: ...Getting Started 60 Example Set split screen mode to TOP BOTTOM Press Result 3 B D...
Page 63: ...Getting Started 63 2 D B 4 Press Result...
Page 453: ...Differential Equation Graphing 453...
Page 468: ...Tables 468...
Page 539: ...Data Matrix Editor 539...