T = new StandardLispConstant(this, "T");
EVAL.intern(makeString("T"), T, f_systemPackage);
T.setf_symbol_value(T);
ZERO = new StandardLispInteger(this, 0);
ONE = new StandardLispInteger(this, 1);
TWO = new StandardLispInteger(this, 2);
E = new StandardLispReal(this, StrictMath.E);
PI = new StandardLispReal(this, StrictMath.PI);
COLON = new StandardLispCharacter(this, ':');