$link ( element -- ) (original) (raw)
Inputs
element | a markup element of the form { topic } |
---|
Outputs
None
Word description
Prints a link to a help article or word. The link to an article should a string otherwise the link must be to a word.
Examples
{ $link "dlists" } print-element
{ $link + } print-element
See also
$subsection, $subsections
Definition
: $link ( element -- ) check-first ($link) ;