16-12 Programming
8316PROG.DOC TI-83 international English Bob Fedorisko Revised: 02/19/01 1:23 PM Printed: 02/19/01 1:39
PM Page 12 of 22
End identifies the end of a group of commands. You must
include an End instruction at the end of each For(, While, or
Repeat loop. Also, you must paste an End instruction at the
end of each If.Then group and each If.Then.Else group.
Pause suspends execution of the program so that you can
see answers or graphs. During the pause, the pause
indicator is on in the top-right corner. Press Í to
resume execution.
Pause without a value temporarily pauses the program.
If the DispGraph or Disp instruction has been executed,
the appropriate screen is displayed.
Pause with value displays value on the current home
screen. value can be scrolled.
Pause [value]
Program Output
End
Pause