Flow control is the way a programmer is able to change the execution flow of a program. There are two kinds of flow control:
FlowControl ::= Loop | Conditional
Loop
Conditional