TWO = new StandardLispInteger(this, 2);
E = new StandardLispReal(this, StrictMath.E);
PI = new StandardLispReal(this, StrictMath.PI);
COLON = new StandardLispCharacter(this, ':');
NEWLINE = new StandardLispCharacter(this, '\n');
SPACE = new StandardLispCharacter(this, ' ');
STRING = new StandardLispSymbol(this, "STRING");
EVAL.intern(makeString("STRING"), STRING, f_systemPackage);