sbool lispIsInt(Lisp x) { ret x != null && x.isLeaf() && isInteger(x.head); }