current-output-port

[procedure] current-output-port

R5RS

See also current-input-port, current-error-port.

[procedure] current-output-port [newport]

ChezScheme and Chicken extends R5RS to allow to change the current output port by providing an optional argument.

Some implementations have set-current-output-port! to do so.