Handbook
Glossary
Wrappers
Factor handbook
»
The language
»
Collections
»
Quotations
Prev:
callable
Next:
>quotation ( seq -- quot )
Wrappers evaluate to the object being wrapped when encountered in code. They are used to suppress the execution of
Words
so that they can be used as values.
wrapper
literalize
( obj -- wrapped )
Wrapper literal syntax is documented in
Word syntax
.
IN: scratchpad DEFER: my-word \ my-word name>> .
"my-word"
See also
Combinators