Handbook
Glossary
>quotation ( seq -- quot )
Factor handbook
»
The language
»
Collections
»
Quotations
Prev:
Wrappers
Next:
1quotation ( obj -- quot )
Vocabulary
quotations
Inputs
seq
a
sequence
Outputs
quot
a
quotation
Word description
Outputs a freshly-allocated quotation with the same elements as a given sequence.
Definition
USING:
arrays
quotations.private
;
IN:
quotations
:
>quotation
( seq -- quot )
>array
array>quotation
;
inline