Appendix C

Controlling Program Flow

In This Chapter

arrow Entering program control commands in your program

arrow Using decision commands (If, If . . . Then . . .End, If . . . Then . . . Else . . . End)

arrow Using looping commands (While . . . End, Repeat . . . End, For . . . End)

arrow Using branching commands (Goto, Menu)

arrow Stopping the execution of a program

arrow Pausing the execution of a program

arrow 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.