emit-html ( stream quot -- ) (original) (raw)

emit-html ( stream quot -- )

Vocabulary
html.streams.private

Inputs

stream an object
quot an object

Outputs
None

Definition

USING: accessors kernel sequences ;

IN: html.streams.private

: emit-html ( stream quot -- ) dip data>> push ; inline