println

Common
JVM
JS
Native
1.0

Prints the line separator to the standard output stream.

Common
JVM
JS
Native
1.0

Prints the given message and the line separator to the standard output stream.

JVM
1.0
fun println(message: Int)
(source)
fun println(message: Long)
(source)
fun println(message: Byte)
(source)
fun println(message: Short)
(source)
fun println(message: Char)
(source)
fun println(message: Boolean)
(source)
fun println(message: Float)
(source)
fun println(message: Double)
(source)
fun println(message: CharArray)
(source)

Prints the given message and the line separator to the standard output stream.