Skip to content

utility.println( text )

Description

Outputs given text to console with a newline appended.

Arguments

Argument Type Description
text string text to output to console

Example

utility.println( 'foo' ) -- outputs 'foo\n'.