j
k
j a
j l
(defun blah () (let ((result (foo))) (unless (null result) (throw result))))
generates the syntactically incorrect:
function blah() { var result = foo(); return result != null ? (throw result) : null; };
Attachments:
Back to the thread
Back to the list