SYNOPSIS
  nomask closure bind_lambda (closure code, void|int|object target)

DESCRIPTION
  Bind the closure <code> to the <target>, result is the bound
  closure. If <target> is 0 or 1, the closure is bound to the caller.

  The attempt will fail with an error if the closure is to be bound
  to an object of higher level, or to an admin object.

SEE ALSO
  lambda(E), unbound_lambda(E), apply(E), funcall(E), closures(LPC)

