static Lisp firstLispInt(L l) { for (Lisp x : l) if (lispIsInt(x)) ret x; null; }