[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
$ ctrl+enter to run

Use LET to declare variables and IF/ELSE for conditional logic.

While Loops

$ While Loop
$ ctrl+enter to run

Use LET MUT for mutable variables and WHILE for loops. You can also use FOR and LOOP with BREAK.