TI-83 Plus Programming 513
:If condition
:command (if true)
:command
Program Output
If.Then
Then following an If executes a group of commands if condition is true
(nonzero). End identifies the end of the group of commands.
:If condition
:Then
:command (if true)
:command (if true)
:End
:command