5  Functions and Recursion

We move beyond simple expressions to define reusable logic. We will implement global function definitions, parameter passing, and recursive calls, which are essential for complex algorithms.

# Function management for HULK