Concept Flow - Function parameters
Define function with parameters
Call function with arguments
Pass arguments to parameters
Execute function body using parameters
Return result or finish
End
This flow shows how a function is defined with parameters, called with arguments, and how those arguments are passed to parameters for use inside the function.