Handbook
Glossary
word-help* ( word -- content )
Factor handbook
»
Developer tools
»
Help system
»
Help system implementation
Prev:
word-help ( word -- content )
Next:
lookup-article ( name -- article )
Vocabulary
help
Inputs
word
an
object
Outputs
content
an
object
Definition
IN:
help
GENERIC:
word-help*
( word -- content )
Methods
USING:
accessors
arrays
help
help.markup
make
sequences
words.alias
;
M:
alias
word-help*
[
\
$description
,
"An alias for "
,
def>>
first
<$link>
,
"."
,
]
{
}
make
1array
;
USING:
classes
help
kernel
;
M:
class
word-help*
drop
f
;
USING:
arrays
classes
help
kernel
;
M:
predicate
word-help*
\
$predicate
swap
2array
1array
;
USING:
effects
help
words
;
M:
word
word-help*
stack-effect
effect-help
;