writeln

fun writeln(vararg text: String)(source)

Writes one or more HTML expressions, followed by a carriage return, to a document in the specified window.

Parameters

content

The text and HTML tags to write.

MDN Reference