Handbook
Glossary
factorcode.org
help-navbar ( -- xml )
Vocabulary
help.html
Inputs
None
Outputs
xml
an
object
Definition
USING:
help.topics
xml.data
xml.syntax.private
;
IN:
help.html
:
help-navbar
( -- xml )
"conventions"
>link
topic>filename
1
nenum
T{
xml-chunk
{
seq
V{
""
T{
tag
{
name ~name~
}
{
attrs ~attrs~
}
{
children ~vector~
}
}
""
}
}
}
interpolate-xml
;