static Lisp lispFromJavaTok(S s) { L tok = javaTokC(s); if (empty(tok)) ret lisp(""); else ret lisp(first(tok), dropFirst(tok)); }