W3cubDocs

/Kotlin

print

inline fun print(message: Any?)
inline fun print(message: Int)

Platform and version requirements: JVM

inline fun print(message: Long)

Platform and version requirements: JVM

inline fun print(message: Byte)

Platform and version requirements: JVM

inline fun print(message: Short)

Platform and version requirements: JVM

inline fun print(message: Char)

Platform and version requirements: JVM

inline fun print(message: Boolean)

Platform and version requirements: JVM

inline fun print(message: Float)

Platform and version requirements: JVM

inline fun print(message: Double)

Platform and version requirements: JVM

inline fun print(message: CharArray)

Platform and version requirements: JVM

Prints the given message to the standard output stream.

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/print.html