Concept Flow - Named arguments
Define function with parameters
Call function with named arguments
Match argument names to parameters
Execute function body using matched values
Return or output result
Named arguments let you call a function by specifying parameter names, so order doesn't matter.