Concept Flow - Function arguments
Define function with parameters
Call function with arguments
Arguments matched to parameters
Function body executes using arguments
Return result or output
End
This flow shows how a function is defined with parameters, called with arguments, and how those arguments are used inside the function to produce a result.