$subsections ( children -- )


Vocabulary
help.markup

Inputs
childrena sequence of one or more topics or, in the case of a help article, the article's string name.


Outputs
None

Word description
Prints a large clickable link for each of the listed help topics in children. The link is printed along with its associated definition icon.

Examples
{ $subsections "sequences" nth each } print-element

Sequence operations
nth ( n seq -- elt )

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


See also
$subsection, $link

Definition