Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 311 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 311 Bytes

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.