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