appendln

Platform and version requirements: JVM (1.0)
fun Appendable.appendln(): Appendable
Deprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.

Appends a line separator to this Appendable.

Platform and version requirements: JVM (1.0)
fun Appendable.appendln(value: CharSequence?): Appendable
Deprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.
fun Appendable.appendln(value: Char): Appendable
Deprecated: Use appendLine instead. Note that the new method always appends the line feed character '\\n' regardless of the system line separator.

Appends value to the given Appendable and line separator after it.

© 2010–2021 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.text/java.lang.-appendable/appendln.html