Handbook
Glossary
1quotation ( obj -- quot )
Factor handbook
»
The language
»
Collections
»
Quotations
Prev:
>quotation ( seq -- quot )
Vocabulary
quotations
Inputs
obj
an
object
Outputs
quot
a
quotation
Word description
Constructs a quotation holding one element.
Notes
The following two phrases are equivalent:
\ reverse execute
\ reverse 1quotation call
Definition
USING:
arrays
quotations.private
;
IN:
quotations
:
1quotation
( obj -- quot )
1array
array>quotation
;