current-error-port[procedure] current-error-port
Bigloo, Chicken, STk, STklos, Gauche, SCM
See also current-input-port, current-output-port
This is called error-output-port in some implementations.
[procedure] current-error-port port
Chicken: if optional port argument is given,
it is set to the current error port.
Some implementations have set-error-output-port!,
set-current-error-port.
|