Concept Flow - Default arguments
Function defined with default argument
Function called
Argument given
Use given value
Function body runs with chosen argument
Return result
The function is defined with a default value for an argument. When called, if an argument is given, it uses that; otherwise, it uses the default.