print

fun print(s: String?)

Prints a string, mapping null to "null" (matches java.io.PrintWriter behavior).