| Input | An argument of any type. |
| Output | It writes the argument in the standard output and returns it. |
| Input | An argument of any type. |
| Output | It writes the argument in the standard output, followed by a newline, and returns it. |
| Output | Reads a line from the standard input and returns it as a string. |
Note: This function is not implemented on the web platform.