summaryrefslogtreecommitdiff
path: root/f.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'f.lisp')
-rw-r--r--f.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/f.lisp b/f.lisp
deleted file mode 100644
index 5644138..0000000
--- a/f.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-(print 42)
-(print "kaas")
-(if 42 (print "ja") (print "nee"))
-(define f (lambda (a) (print a)))
-(f "iets")
-(define f (lambda (a) (print a a)))
-(f "iets")