Sequential
Sequential control flow
In structured programming, the ordered sequencing of successive commands is considered one of the basic control structures, which is used as a building block for programs alongside iteration, recursion and conditionals.
1 2 3 |
|
1 2 3 |
|
1 2 3 |
|