User Manual - Page 517

For 83PL/TBL/1L1/A.

Loading ...
Loading ...
Loading ...
TI-83 Plus Programming 514
Program Output
If
.
Then
.
Else
Else
following
If
.
Then
executes a group of
commands
if
condition
is false
(zero).
End
identifies the end of the group of
commands
.
:If
condition
:Then
:
command
(if true)
:
command
(if true)
:Else
:
command
(if false)
:
command
(if false)
:End
:
command
Loading ...
Loading ...
Loading ...