Handbook
Glossary
, ( elt -- )
Factor handbook
»
The language
»
Collections
»
Making sequences with variables
Prev:
make ( quot exemplar -- seq )
Next:
% ( seq -- )
Vocabulary
make
Inputs
elt
an
object
Outputs
None
Word description
Adds an element to the end of the sequence being constructed by
make
.
Definition
USING:
namespaces
sequences
;
IN:
make
:
,
( elt -- )
building
get
push
;