Concept Flow - Keyword arguments
Define method with keyword args
Call method with keywords
Match call keywords to params
Execute method body using keywords
Return result or output
The method is defined with named keyword arguments. When called, the keywords match parameters, then the method runs using those values.