Handbook
Glossary
appender ( quot -- appender accum )
Vocabulary
sequences
.
extras
Inputs
quot
a
quotation
Outputs
appender
a
quotation
accum
a
vector
Word description
Given a quotation
quot
, creates an appender quotation and empty vector to append new sequences to it. The appender quotation will apply
quot
to its argument before appending it to the vector.
Definition
IN:
sequences.extras
:
appender
( quot -- appender accum )
V{
}
appender-for
;
inline