current-input-port -- r7rs Definition
§

Kind
§

parameter;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(current-input-port)
(current-output-port)
(current-error-port)

Returns the current default input port, output port, or error port (an output port), respectively. These procedures are parameter objects, which can be overridden with parameterize (see section on make-parameter). The initial bindings for these are implementation-defined textual ports.


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

Referenced-types
§