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

Prev:$see ( element -- )
Next:$table ( element -- )


Vocabulary
help.markup

Inputs
elementa markup element of the form { topic }


Outputs
None

Word description
Prints a large clickable link to the help topic named by the first item in element. The link is printed along with its associated definition icon.

Examples
{ $subsection "sequences" } print-element

Sequence operations
{ $subsection nth } print-element

nth ( n seq -- elt )

{ $subsection each } print-element

each ( ... seq quot: ( ... x -- ... ) -- ... )


See also
$subsections, $link

Definition