Handbook
Glossary
vocab-describe-words ( name -- element )
Vocabulary
fuel
.
help
.
private
Inputs
name
an
object
Outputs
element
an
object
Definition
USING:
arrays
help.vocabs
io.streams.string
kernel
;
IN:
fuel.help.private
:
vocab-describe-words
( name -- element )
[
words.
]
with-string-writer
dup
"\n"
=
[
drop
f
]
when
\
describe-words
swap
2array
;
inline