Handbook
Glossary
article-name ( topic -- string )
Factor handbook
»
Developer tools
»
Help system
»
Help system implementation
Next:
article-title ( topic -- string )
Vocabulary
help
.
topics
Inputs
topic
an
object
Outputs
string
an
object
Definition
IN:
help.topics
GENERIC:
article-name
( topic -- string )
Methods
USING:
help.topics
kernel
;
M:
object
article-name
article-title
;
USING:
accessors
help.topics
help.vocabs
;
M:
vocab-author
article-name
name>>
;
USING:
help.topics
vocabs
;
M:
vocab-spec
article-name
vocab-name
;
USING:
accessors
help.topics
help.vocabs
;
M:
vocab-tag
article-name
name>>
;
USING:
accessors
help.topics
words
;
M:
word
article-name
name>>
;