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