current-input-port
-- r7rs
Definition parameter
;
current-input-port
(from vonuvoli
);Procedure variants:
(() -> (input-port))
input-port
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(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 onmake-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.