Handbook
Glossary
generate-help-file ( topic -- )
Vocabulary
help
.
html
Inputs
topic
an
object
Outputs
None
Definition
USING:
io.encodings.utf8
io.files
kernel
xml.writer
;
IN:
help.html
:
generate-help-file
( topic -- )
dup
topic>filename
utf8
[
help>html
write-xml
]
with-file-writer
;