Reference

Console

Write
Input An argument of any type.
Output It writes the argument in the standard output and returns it.
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.
Read
Output Reads a line from the standard input and returns it as a string.

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