static void printStatements(L l) { for (Lisp x : unnull(l)) print(clUnparse(x) + " - " + lispToEnglish_prettier(x)); }