print

Common
JVM
JS
Native
1.0
fun print(message: Any?)

Prints the given message to the standard output stream.

JVM
1.0
fun print(message: Int)
JVM
1.0
fun print(message: Long)
JVM
1.0
fun print(message: Byte)
JVM
1.0
fun print(message: Short)
JVM
1.0
fun print(message: Char)
JVM
1.0
fun print(message: Boolean)
JVM
1.0
fun print(message: Float)
JVM
1.0
fun print(message: Double)
JVM
1.0
fun print(message: CharArray)
Native
1.3
fun print(message: String)

Prints the given message to the standard output stream.