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

Prev:>link ( obj -- obj )
Next:collect-elements ( element seq -- elements )


Vocabulary
help.markup

Inputs
elt-typea word
elementa markup element


Outputs
seqa new sequence


Word description
Outputs a sequence of all elements of type elt-type found by traversing element.

Definition


: elements ( elt-type element -- seq ) [ elements* ] { } make ;