Handbook
Glossary
get-html ( -- table )
Vocabulary
xml
.
entities
.
html
Inputs
None
Outputs
table
an
object
Definition
USING:
assocs
sequences
;
IN:
xml.entities.html
:
get-html
( -- table )
{
"lat1"
"special"
"symbol"
}
[
"vocab:xml/entities/html/xhtml-"
".ent"
surround
read-entities-file
]
map
first3
assoc-union
assoc-union
;