func sayHi(to personName: String) { print("Hi \(personName)") } sayHi(to: "Bob") // Hi Bob
In this case the example is saying that they don't want any external labels.
edit: damnit, beaten
In this case the example is saying that they don't want any external labels.
edit: damnit, beaten