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

Prev:$references ( element -- )
Next:$subsection ( element -- )


Vocabulary
help.markup

Inputs
elementa markup element of the form { word }


Outputs
None

Word description
Prints the definition of word by calling see.

Examples
{ "Here is a word definition:" { $see reverse } } print-element

Here is a word definition:


Definition