Handbook
Glossary
word-help ( word -- content )
Factor handbook
»
Developer tools
»
Help system
»
Help system implementation
Prev:
set-article-parent ( parent topic -- )
Next:
word-help* ( word -- content )
Vocabulary
help
Inputs
word
an
object
Outputs
content
an
object
Definition
USING:
help.private
kernel
words
;
IN:
help
:
word-help
( word -- content )
[
[
"help"
word-prop
]
[
word-help*
]
?unless
]
keep
inputs-and-outputs
fix-shuffle
drop
;