Controlling Program Execution

The following statements control the execution of a program.

A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.

Condition Statements

The following statements are based on conditions.

Jumps

āļ´āˇ„āļ­ āļ´āˇŠâ€āļģāļšāˇāˇāļą jumps āļšāˇŠâ€āļģāˇ’āļēāˇāļ­āˇŠāļ¸āļš āļšāļģāļēāˇ’.

Jumps

āļ´āˇ„āļ­ āļ´āˇŠâ€āļģāļšāˇāˇāļą jumps āļšāˇŠâ€āļģāˇ’āļēāˇāļ­āˇŠāļ¸āļš āļšāļģāļēāˇ’.

Further Statements

Statements that do not belong to any of the other categories are described here.

Please support us!