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