Handbook
Glossary
new-farkup-sub-stream ( style stream class -- stream )
Vocabulary
io
.
streams
.
farkup
.
private
Inputs
style
an
object
stream
an
object
class
an
object
Outputs
stream
an
object
Definition
USING:
accessors
kernel
;
IN:
io.streams.farkup.private
:
new-farkup-sub-stream
( style stream class -- stream )
new-farkup-writer
swap
>>parent
swap
>>style
;
inline