variadic arguments
Here’s the code if you want to experiment with it!
import Foundation
var person = "Vincent"
var nationality = "French 🇫🇷"
print(person, "is", nationality)
Here’s the code if you want to experiment with it!
import Foundation
var person = "Vincent"
var nationality = "French 🇫🇷"
print(person, "is", nationality)