output-port -- r7rs Type output-port-open:
output-port-closed:
binary-output-port:
textual-output-port:
bytevector-output-port;string-output-port;port;output-port-open;output-port-closed;binary-output-port;textual-output-port;bytevector-output-port;string-output-port;binary-output-port-open;binary-output-port-closed;textual-output-port-open;textual-output-port-closed;Note: These definitions consume an input that is a super-type.
Note: These definitions produce an output that is a sub-type.
output-port?
For details please refer to
port.If
portis omitted from any output procedure, it defaults to the value returned by(current-output-port). It is an error to attempt an output operation on a closed port.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.