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