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:
if
instructions -
looping:
repeat
instructions -
branching:
case
instructions -
return
instruction