Discuss and learn Lisp programming of all dialects. NOTICE: Site locked. No new users or posts.
Skip to content
Post by andyqu » Fri May 11, 2012 1:29 am
Post by nuntius » Fri May 11, 2012 8:29 am
Code: Select all
(defun test (x) (let ((a 2)) (flet ((f (y) (+ a y x))) (f x))))
Return to “Common Lisp”