From 481884fb892f949478dad8d801ced704baea986c Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 18 Nov 2019 18:36:57 +0100 Subject: Automatic testing of examples --- tests/f.lisp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/f.lisp (limited to 'tests/f.lisp') diff --git a/tests/f.lisp b/tests/f.lisp new file mode 100644 index 0000000..5644138 --- /dev/null +++ b/tests/f.lisp @@ -0,0 +1,7 @@ +(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") -- cgit v1.2.3-54-g00ecf