For the complete documentation index, see llms.txt. This page is also available as Markdown.

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