VocabularyquotationsInputs and outputsWord descriptionOutputs an object which evaluates to
obj when placed in a quotation. If
obj is not self-evaluating (for example, it is a word), then it will be wrapped.
ExamplesUSING: prettyprint quotations ;
5 literalize .
5
USING: math prettyprint quotations sequences ;
[ + ] [ literalize ] map .
[ \ + ]
See alsocurry,
<wrapper>,
\,
W{DefinitionMethods