Handbook
Glossary
vocab-help ( name -- str )
Vocabulary
fuel
.
help
Inputs
name
an
object
Outputs
str
an
object
Definition
USING:
fuel.help.private
kernel
sequences
;
IN:
fuel.help
:
vocab-help
( name -- str )
dup
empty?
[
vocab-children-help
]
[
vocab-element
]
if
;