Text writer

[io/stdio/Text writer]


Writes a text to standard output. Example:

  1. "hello world"@0 received on line

  2. "hello world" is written to the standard output


Input ports

  • text: string

    The text to be written to the standard output. Example: "hello world"

Last updated