Handbook
Glossary
print-attributes ( hashtable -- )
Vocabulary
html
.
parser
.
printer
Inputs
hashtable
an
object
Outputs
None
Definition
USING:
assocs
html.parser.utils
io
kernel
;
IN:
html.parser.printer
:
print-attributes
( hashtable -- )
[
[
bl
write
"="
write
]
[
?quote
write
]
bi*
]
assoc-each
;