Concept Flow - Optional parameters
Define function with optional parameter
Call function with argument?
No→Use default value
Yes
Use passed argument
Function executes with value
Return result
This flow shows how a function with an optional parameter uses a default value if no argument is passed, otherwise it uses the provided argument.