>quotation ( seq -- quot )
Factor handbook » The language » Collections » Quotations

Prev:Wrappers
Next:1quotation ( obj -- quot )


Vocabulary
quotations

Inputs
seqa sequence


Outputs
quota quotation


Word description
Outputs a freshly-allocated quotation with the same elements as a given sequence.

Definition