EVAL.intern(makeString("COMMA-ATSIGN"), COMMA_ATSIGN_FN, f_keywordPackage);
COMMA_DOT_FN = new StandardLispKeyword(this, "COMMA-DOT");
EVAL.intern(makeString("COMMA-DOT"), COMMA_DOT_FN, f_keywordPackage);
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);