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