Handbook
Glossary
elements* ( elt-type element -- )
Vocabulary
help
.
markup
Inputs
elt-type
an
object
element
an
object
Outputs
None
Definition
IN:
help.markup
GENERIC:
elements*
( elt-type element -- )
Methods
USING:
arrays
help.markup
kernel
make
sequences
;
M:
array
elements*
[
dup
first
\
$markup-example
eq?
[
2drop
]
[
[
elements*
]
with
each
]
if
]
[
[
first
eq?
]
1check
[
,
]
[
drop
]
if
]
2bi
;
USING:
help.markup
kernel
;
M:
object
elements*
2drop
;
USING:
help.markup
kernel
sequences
;
M:
simple-element
elements*
[
elements*
]
with
each
;