% ( seq -- )
Factor handbook » The language » Collections » Making sequences with variables

Prev:, ( elt -- )
Next:# ( n -- )


Vocabulary
make

Inputs
seqa sequence


Outputs
None

Word description
Appends a sequence to the end of the sequence being constructed by make.

Definition