Handbook
Glossary
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
USING:
namespaces
;
IN:
io
:
bl
( -- )
output-stream
get
stream-bl
;