$see-also ( topics -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements

Prev:$errors ( element -- )
Next:$instance ( element -- )


Vocabulary
help.markup

Inputs
topicsa sequence of article names or words


Outputs
None

Word description
Prints a heading followed by a series of links.

Examples
{ $see-also "graphs" "dlists" } print-element


See also
Directed graph utilities, Double-linked lists

See also
digit-parser, integer-parser, string-parser, bold-parser, italic-parser, comma-list

Definition

: $see-also ( topics -- ) "See also" $heading $links ;