(defun f (x) (+ x 1)) (defmacro f-macro (x) `(f ,x)) (format t "~a" (flet ((f (x) (- x 1))) (f-macro 10)))
Standard input is empty
9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!