(proclaim '(special x))
(defun f1 () x)
(defun f2 () (f1))
(defun f3 () (f2))

(f3)

Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable X is unbound

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat7.3 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
Profanity is the one language all programmers know best.



Reply via email to