Concept Flow - Function execution flow
Start program
Call function
Enter function
Execute function body
Return value
Resume main program
End program
This flow shows how a Go program calls a function, executes its body, returns a value, and then continues.