<wrapper> ( obj -- wrapper )


Vocabulary
kernel

Inputs
objan object


Outputs
wrappera 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