1quotation ( obj -- quot )
Factor handbook » The language » Collections » Quotations

Prev:>quotation ( seq -- quot )


Vocabulary
quotations

Inputs
objan object


Outputs
quota quotation


Word description
Constructs a quotation holding one element.

Notes
The following two phrases are equivalent:
\ reverse execute

\ reverse 1quotation call


Definition