summaryrefslogtreecommitdiff
path: root/closuretest.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'closuretest.lisp')
-rw-r--r--closuretest.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/closuretest.lisp b/closuretest.lisp
new file mode 100644
index 0000000..9827eb1
--- /dev/null
+++ b/closuretest.lisp
@@ -0,0 +1 @@
+(((lambda (x) (lambda (y) (+ x y))) 1) 2)