Flow control
Flow control instructions break up the sequential flow of execution from top to bottom. They enable your program to conditionally execute specific blocks of code.
Different kinds of flow control are supported:
-
decision making:
ifinstructions -
looping:
repeatinstructions -
branching:
caseinstructions -
returninstruction