Handbook
Glossary
<wrapper> ( obj -- wrapper )
Vocabulary
kernel
Inputs
obj
an
object
Outputs
wrapper
a
wrapper
Word description
Creates an object which pushes
obj
on the stack when evaluated. User code should call
literalize
instead, since it avoids wrapping self-evaluating objects (which is redundant).
See also
literalize
,
\
,
W{
Definition
IN:
kernel
PRIMITIVE:
<wrapper>
( obj -- wrapper )
foldable
flushable