Skip to content

Console Output Library

Rohan Singh edited this page May 25, 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 and then prints a line break.