Handbook
Glossary
tee-to-file-writer ( path encoding -- )
Vocabulary
io
.
streams
.
tee
Inputs
path
an
object
encoding
an
object
Outputs
None
Definition
USING:
io
io.files
kernel
namespaces
;
IN:
io.streams.tee
:
tee-to-file-writer
( path encoding -- )
[
input-stream
]
2dip
[
<file-writer>
<tee-stream>
]
2curry
change
;