println

Prints the given value to the console and appends a newline.

Arguments

  • value - The value to print.

Example

println('Hello world!')