Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
$link ( element -- )
Factor documentation
>
Factor handbook
>
Developer tools
>
Help system
>
Writing documentation
>
Element types
>
Span elements
Prev:
$strong ( children -- )
Next:
$vocab-link ( element -- )
Vocabulary
help.markup
Inputs and outputs
element
a markup element of the form
{ topic }
Word description
Prints a link to a help article or word.
Examples
{ $link "dlists" } print-element
Double-linked lists
{ $link + } print-element
+
See also
$subsection
,
$subsections
Definition
USING:
help.markup.private
;
IN:
help.markup
:
$link
( element -- )
check-first
($link)
;