[DRAFT]This page is not published. Only visible in development mode.
Parameters & Control Flow
Procedures support variables, conditionals, and loops for complex logic.
If/Else
$ Control Flow
Use LET to declare variables and IF/ELSE for conditional logic.
While Loops
$ While Loop
Use LET MUT for mutable variables and WHILE for loops. You can also use FOR and LOOP with BREAK.
