Function

print(_:terminator:)

Writes the textual representation of item to the standard output.

Source
fun print(
   _ item: String,
   terminator: String
)