Handbook
Glossary
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-type
a
word
element
a markup element
Outputs
seq
a new sequence
Word description
Outputs a sequence of all elements of type
elt-type
found by traversing
element
.
Definition
USING:
make
;
IN:
help.markup
:
elements
( elt-type element -- seq )
[
elements*
]
{
}
make
;