help-script ( -- xml )


Vocabulary
help.html

Inputs
None

Outputs
xmlan object


Definition


: help-script ( -- xml )
T{ xml-chunk
{ seq
V{
""
T{ tag
{ name ~name~ }
{ attrs ~attrs~ }
{ children ~vector~ }
}
""
}
}
} ;