Line writer

[io/stdio/Line writer]


Writes a line to standard output. Example:

  1. "hello world"@0 received on line

  2. "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