Handbook
Glossary
emit-end-tag ( document -- )
Vocabulary
html5
Inputs
document
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
prettyprint
;
IN:
html5
:
emit-end-tag
( document -- )
"emit-end-tag: "
write
[
tag>>
.
]
[
f
>>tag
drop
]
bi
;