puts

fun puts(message: Any?)

It prints the given message appended with a new line to the standard output stream.

Return

Unit

Parameters

message

the message to print to stdout.

Sources

Link copied to clipboard