Handbook
Glossary
simple-element
Factor handbook
»
Developer tools
»
Help system
»
Writing documentation
»
Element types
»
Markup element utilities
Next:
($span) ( quot -- )
Vocabulary
help
.
markup
Class description
Class of simple elements, which are just arrays of elements.
Definition
USING:
arrays
kernel
sequences
words
;
IN:
help.markup
PREDICATE:
simple-element
<
array
[
t
]
[
first
word?
not
]
if-empty
;
Methods
USING:
help.markup
kernel
sequences
;
M:
simple-element
elements*
[
elements*
]
with
each
;
USING:
help.markup
sequences
;
M:
simple-element
print-element
[
print-element
]
each
;