Texas Instruments Voyage 200 User Manual page 615

Graphing calculator
Hide thumbs Also See for Voyage 200:
Table of Contents

Advertisement

Typically, the loop contains commands that let the program exit from the loop. Commonly
used commands are:
:0!x
:Loop
:
Disp x
:
x+1!x
Ê
:
If x>5
:
Exit
:EndLoop
Ë
:Disp x
Ê
An If command checks the condition.
Ë
Exits the loop and jumps to here when x increments to 6.
The
command exits from the current loop.
Note:
Exit
In this example, the
When the If command is:
At the beginning of the loop
At the end of the loop
The
command could also use a
If
specified
(label) command.
Lbl
Programming
,
,
, and
If
Exit
Goto
command can be anywhere in the loop.
If
The loop is:
Executed only if the condition is true.
Executed at least once and repeated
only if the condition is true.
Goto
(label). For example:
Lbl
command to transfer program control to a
615

Advertisement

Table of Contents
loading

This manual is also suitable for:

Voyage 200 - voyage 200 calculator

Table of Contents