emit-html ( stream quot -- )
Vocabularyhtml.streams.private
Inputs
OutputsNone
Definition
USING: accessors kernel sequences ;
IN: html.streams.private
: emit-html ( stream quot -- ) dip data>> push ; inline