Handbook
Glossary
emit-temporary-buffer-with ( string document -- )
Vocabulary
html5
Inputs
string
an
object
document
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
html5
:
emit-temporary-buffer-with
( string document -- )
[
temporary-buffer>>
push-all
]
[
flush-temporary-buffer
]
bi
;