pushes E on to the control stack.
pops the top item on the control stack into E.
If N is positive, N items are popped off of the stack. If N is negative, NIL is pushed onto the stack -N times. N must be a fixnum.
pushes E (which must be a symbol) and its current value onto the binding stack, and sets the value of E to NIL. Returns NIL.
pushes Symbol (which must be a symbol) and its current value onto the binding stack, and sets the value cell of Symbol to Value. Returns Symbol.
undoes the top N bindings on the binding stack.