input-port-open? -- r7rs Definition
§

Kind
§

predicate;

Extended by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(input-port-open? port)
(output-port-open? port)

Returns #t if port is still open and capable of performing input or output, respectively, and #f otherwise.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§