Concept Flow - Parameters
Start Script
Define Function with Parameters
Call Function with Arguments
Parameters Receive Values
Function Executes Using Parameters
Output Result
End Script
The script defines a function with parameters, then calls it with arguments. The parameters receive the values and the function runs using them, producing output.