quotation ( seq -- vector )


Vocabulary
code-arrays

Definition
USING: quotations ;

IN: code-arrays

: quotation ( seq -- vector ) >quotation ;