-
-
Save iyahoo/ef0afd7eb48fc8e1c8eab77e6e76ba43 to your computer and use it in GitHub Desktop.
clozureeee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(let ((z 5)) | |
(let ((f (lambda (x) (+ x z)))) | |
(let ((z 3)) | |
(funcall f 3)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment