Console docs

Print to console

Prints text (object/s) to console and starts a new line.

Parameters

  • STRING The text

  • STRING

Input from console

Parameters

  • STRING Prompt text (optional)

Print to console without newline

Prints text (object/s) to console but does not start a new line.

Parameters

  • STRING The text

  • STRING

Print to stderr (option)

Prints text to stderr (standard error) instead of stdout (standard output). You can use this command as a parameter for print and print without newline.