Namespace: Output

Output

Functions to display output to stdout

Methods

(static) print(…args)

Prints any values to stdout without a trailing newline

Parameters:
Name Type Attributes Description
args any <repeatable>
Since:
  • 0.1.0

(static) printf(format, …args)

Prints a C-like format string to stdout without a trailing newline

Parameters:
Name Type Attributes Description
format String

C-like format string

args any <repeatable>
Since:
  • 0.1.0

(static) println(…args)

Prints any values to stdout with a trailing newline

Parameters:
Name Type Attributes Description
args any <repeatable>
Since:
  • 0.1.0