nl ( -- )
Factor handbook » Input and output » Streams » Default input and output streams

Prev:print ( str -- )
Next:bl ( -- )


Vocabulary
io

Word description
Writes a line terminator to output-stream. If the stream does buffering, output may not be performed immediately; use flush to force output.

Errors
Throws an error if the I/O operation fails.

Definition