fun println()
Prints the line separator to the standard output stream.
fun println(message: Any?)
Prints the given message and the line separator to the standard output stream.
fun println(message: Int)
fun println(message: Long)
fun println(message: Byte)
fun println(message: Short)
fun println(message: Char)
fun println(message: Boolean)
fun println(message: Float)
fun println(message: Double)
fun println(message: CharArray)
fun println(message: String)
Prints the given message and the line separator to the standard output stream.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/println.html