Download Print this page

Texas Instruments TI-80 Manual Book page 159

Graphing calculator

Advertisement

FOR(
END
END
PAUSE
(
FOR(
PRGM CTL
incrementing. It increments the variable from the beginning
value to the ending value, by the specified increment. The
ending value is a maximum or minimum value that is not to be
exceeded. The increment is optional (if not specified, 1 is
used) and can be negative (ending value < beginning value).
END
identifies the end of the loop.
:FOR(
variable
,
begin
:
command while end not exceeded
:
...
:END
:
command
(
END
PRGM CTL
commands. Each
group must have an
(
PAUSE
PRGM CTL
program so that you can see answers or graphs. During the
pause, the dotted pause indicator is displayed. When
DISPGRAPH
is executed, the appropriate screen is displayed.
Press ¸ to resume program execution.
, item 4) is used for looping and
,
end
,
increment
, item 5) identifies the end of a group of
FOR(
and each
IF-THEN
END
at the "bottom."
, item 6) suspends execution of the
FOR(
loops can be nested.
)
or
IF-THEN
Programming 10-9
-
ELSE
DISP
or

Hide quick links:

Advertisement

loading