Line writer
[io/stdio/Line writer]
Writes a line to standard output. Example:
"hello world"@0 received on
line
"hello world" followed by a line break is written to the standard output
Input ports
line:
string
The line of text to be written to the standard output. (Does not need to include a line break) Example: "hello world"
Last updated