Controlling the Sequence Of Operations


The previous chapters showed you how to write programs that sequentially execute a series of steps. This chapter describes instructions that enable you to change the order in which program steps are executed.


Table of Contents


pIntroduction
pBefore Proceeding with this Chapter
pUsing Program Labels
pUsing Go To Label
pUsing Go To
pUsing Subroutines in a Program
pProgramming the Function Keys
pCreating a Function Key Menu
pRestoring a User-Defined Menu
pClearing Function-Key Definitions
pListing Program Labels
pSpeeding Up Program Execution
pReference Section


Back