Concept Flow - First-class callable syntax
Define function
Create callable using first-class syntax
Store callable in variable
Call the callable variable
Execute function body
Return result
This flow shows how a function is defined, converted to a callable using first-class syntax, stored, and then called to execute.