appender ( quot -- appender accum )


Vocabulary
sequences.extras

Inputs
quota quotation


Outputs
appendera quotation
accuma 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

: appender ( quot -- appender accum ) V{ } appender-for ; inline