Concept Flow - Argument labels and parameter names
Define function with labels and names
Call function with argument labels
Match labels to parameters
Execute function body using parameter names
Return or print result
End
This flow shows how Swift uses argument labels in calls to match parameters in function definitions, then runs the function body.