Program Structure Instructions
Instruction |
Action |
Force an exit from a block of instructions. |
|
Repeat a group of instructions a certain number of times in a loop. |
|
Conditional execution of instructions according to the result of a logical expression. |
|
Exit from a subroutine and return a value. |
|
Execute a series of instructions in a loop while a given condition remains true. |