Handbook
Glossary
lookup-article ( name -- article )
Factor handbook
»
Developer tools
»
Help system
»
Help system implementation
Prev:
word-help* ( word -- content )
Next:
articles
Vocabulary
help
.
topics
Inputs
name
an article name
Outputs
article
an
article
object
Word description
Outputs a named
article
object.
Definition
USING:
assocs
kernel
namespaces
;
IN:
help.topics
:
lookup-article
( name -- article )
articles
get
?at
[
no-article
]
unless
;