print

expect fun print(message: Any?)(source)

Prints the given message to the standard output stream.

Since Kotlin

1.0
actual fun print(message: Any?)(source)

Prints the given message to the standard output stream.

Since Kotlin

1.1
inline fun print(message: Int)(source)
inline fun print(message: Long)(source)
inline fun print(message: Byte)(source)
inline fun print(message: Short)(source)
inline fun print(message: Char)(source)
inline fun print(message: Boolean)(source)
inline fun print(message: Float)(source)
inline fun print(message: Double)(source)
inline fun print(message: CharArray)(source)
actual inline fun print(message: Any?)(source)

Prints the given message to the standard output stream.

Since Kotlin

1.0
actual fun print(message: Any?)(source)

Prints the given message to the standard output stream.

Since Kotlin

1.3
actual fun print(message: Any?)(source)

Prints the given message to the standard output stream.

Since Kotlin

1.8
actual fun print(message: Any?)(source)

Prints the given message to the standard output stream.

Since Kotlin

1.8