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

Prev:nl ( -- )
Next:seek-output ( n seek-type -- )


Vocabulary
io

Word description
Outputs a space character (" ") to output-stream.

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

See also
wrap-margin

Definition