Handbook
Glossary
$vocabulary ( element -- )
Vocabulary
help
.
markup
Inputs
element
a markup element of the form
{ word }
Outputs
None
Word description
Prints a word's vocabulary. This markup element is automatically output by the help system, so help descriptions of parsing words should not call it.
Definition
USING:
accessors
help.markup.private
io
kernel
;
IN:
help.markup
:
$vocabulary
( element -- )
check-first
vocabulary>>
[
"Vocabulary"
$heading
nl
dup
($vocab-link)
]
when*
;