Handbook
Glossary
nested-style ( style style-stream -- style stream )
Vocabulary
io
.
styles
.
private
Inputs
style
an
object
style-stream
an
object
Outputs
style
an
object
stream
an
object
Definition
USING:
accessors
assocs
kernel
;
IN:
io.styles.private
:
nested-style
( style style-stream -- style stream )
[
style>>
swap
assoc-union
]
[
stream>>
]
bi
;
inline