Handbook
Glossary
with-tee-stream ( input output quot -- )
Vocabulary
io
.
streams
.
tee
Inputs
input
an
object
output
an
object
quot
an
object
Outputs
None
Definition
USING:
io
kernel
;
IN:
io.streams.tee
:
with-tee-stream
( input output quot -- )
[
<tee-stream>
]
dip
with-input-stream
;
inline