# Pastebin iBDphxFw (defun f (x) (defun g (a b) (+ a b)) (g x x)) #'f ;works #'g ;doesn't work