Transfer and Control Statements

Transfer and Control Statements

    Normally the execution of the program is based on the statement number. It reads the statements in the ascending order of the statement numbers. Sometimes we may want to change the flow of the program from one part to another part of the program. For this purpose we use transfer and control statements. The statements in BASIC used for this purpose are GOTO, If then, if then else and FOR and NEXT.
 

Last modified: Monday, 9 January 2012, 5:13 PM