Skip to content

Console Output Library

Rohan Singh edited this page Jan 30, 2015 · 2 revisions

Exports

print

print(...arguments: any)

Prints all of the arguments to the console.

printLn

printLn(...arguments: any)

Prints all of the arguments to the console with a line break after each of them. If no arguments are given, one line break is printed to the console.