Concept Flow - Function definition
Start
Define function with name and parameters
Function body: code inside function
Function ready to use
Call function with arguments
Execute function body with arguments
Return result
End
This flow shows how you define a function, then call it to run its code and get a result.