Appendix C
Controlling Program Flow
In This Chapter
Entering program control commands in your program
Using decision commands (If, If . . . Then . . .End, If . . . Then . . . Else . . . End)
Using looping commands (While . . . End, Repeat . . . End, For . . . End)
Using branching commands (Goto, Menu)
Stopping the execution of a program
Pausing the execution of a program
Using an external program as a subroutine in your program
The flow of a program is controlled by decision commands such as If . . . Then . . . Else . . . End, looping commands such as For . . . End, and branching commands such as Goto. Calling another program from within your program also controls the flow of a program. This chapter explains how to use these and other commands that control the flow of your program. ...
Get Ti-84 Plus Graphing Calculator For Dummies, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.