static S nlUnparseLines(L terms) { new StringBuilder buf; for (Lisp term : terms) buf.append(nlUnparse(term)).append("\n"); ret str(buf); }