Control Flow

Control flow is the order in which instructions in a script are executed. A default order is sequential from the top of the script. It can be changed using control flow statements: loops, conditions, switches, or jumps.

Last updated