flush-output-port
-- r7rs
Definition procedure
;
flush-output-port
(from vonuvoli
);Procedure variants:
(() -> (undefined))
undefined
;((output-port-open) -> (undefined))
output-port-open
;undefined
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(flush-output-port) (flush-output-port port)
Flushes any buffered output from the buffer of output-port to the underlying file or device and returns an unspecified value.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.