Handbook
Glossary
print-dtd-tag ( tag -- )
Vocabulary
html
.
parser
.
printer
Inputs
tag
an
object
Outputs
None
Definition
IN:
html.parser.printer
HOOK:
print-dtd-tag
html-printer
( tag -- )
Methods
USING:
accessors
html.parser.printer
io
;
M:
html-printer
print-dtd-tag
"<!"
write
text>>
write
">"
write
;
USING:
html.parser.printer
kernel
;
M:
text-printer
print-dtd-tag
drop
;