Handbook
Glossary
with-output+error-stream* ( stream quot -- )
Vocabulary
io
Inputs
stream
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
io
:
with-output+error-stream*
( stream quot -- )
dupd
[
with-error-stream*
]
curry
with-output-stream*
;
inline