case Default:
case IsDefined:
__eval.__getEnv().storeVariable(qname, __eval.__getValue());
return __eval.__getValue();
default:
throw new UninitializedVariable(Names.fullName(qname), this);
}
// TODO implement semantics of global keyword, when not given the
// variable should be inserted in the local scope.