Reference

Console

Write

Input An argument of any type.
Output It writes the argument in the standard output and returns it.

Signature

Example

Write new line

Input An argument of any type.
Output It writes the argument in the standard output, followed by a newline, and returns it.

Signature

Example

Read

Output Reads a line from the standard input and returns it as a string.

Signature

Example

Note: This function is not implemented on the web platform.