Handbook
Glossary
flush ( -- )
Factor handbook
»
Input and output
»
Streams
»
Default input and output streams
Prev:
output-stream
Next:
write1 ( elt -- )
Vocabulary
io
Word description
Waits for any pending output on
output-stream
to complete.
Errors
Throws an error if the I/O operation fails.
Definition
USING:
namespaces
;
IN:
io
:
flush
( -- )
output-stream
get
stream-flush
;
inline