static S lispHead(Lisp l) { ret l == null ? null : l.head; }