[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]




(defun foo (l)
       (do ((ll l (cdr ll)))
	   ((null ll))
	   (unless (bar ll) (return ()))))

On compilation gives the classic ;%%%%% COMPILER ERROR - PLEASE CALL JONL %%%%%