Concept Flow - Function execution flow
Call function
Enter function body
Execute statements one by one
Return value or finish
Back to caller with result
This flow shows how a function is called, runs its code step-by-step, then returns a value back to where it was called.