Handbook
Glossary
$vocab-link ( element -- )
Factor handbook
»
Developer tools
»
Help system
»
Writing documentation
»
Element types
»
Span elements
Prev:
$link ( element -- )
Next:
$snippet ( children -- )
Vocabulary
help
.
markup
Inputs
element
a string
Outputs
None
Word description
Prints a link to a vocabulary article.
Definition
USING:
help.markup.private
kernel
vocabs
;
IN:
help.markup
:
$vocab-link
( element -- )
check-first
[
vocab-name
]
keep
($vocab-link)
;