Next: built-in ports texio, Previous: built-in ports texin, Up: built-in ports [Contents][Index]
Type of textual output–only ports.
<textual-output-only-port>: <port> type-constructor portValidate port as instance of <textual-output-only-port> and return it.
<textual-output-only-port>: <boolean> type-predicate objThe type predicate is textual-output-only-port?.
<textual-output-only-port>: <output-port-buffer-mode> buffer-mode this<textual-output-only-port>: () buffer-mode this {buffer-mode <output-port-buffer-mode>}Accessor and mutator for the port buffer mode. The accessor applies output-port-buffer-mode
to the argument; the mutator applies set-port-buffer-mode! to the arguments.
<textual-output-only-port>: () flush thisApply flush-output-port to the instance.
<textual-output-only-port>: &source-position textual-position thisApply port-textual-position to the argument and return its return value.