collect-elements ( element seq -- elements )
Factor handbook » Developer tools » Help system » Help system implementation

Prev:elements ( elt-type element -- seq )


Vocabulary
help.markup

Inputs
elementa markup element
seqa sequence of words


Outputs
elementsa new sequence


Word description
Collects the arguments of all sub-elements of element whose markup element type occurs in seq.

Notes
Used to implement article-children.

Definition