diff options
| author | tomsmeding <tom.smeding@gmail.com> | 2019-11-18 18:36:57 +0100 |
|---|---|---|
| committer | tomsmeding <tom.smeding@gmail.com> | 2019-11-18 18:36:57 +0100 |
| commit | 481884fb892f949478dad8d801ced704baea986c (patch) | |
| tree | 8c5bcf1d306c8ad3d39d449da8def74cb24dca2d /f.lisp | |
| parent | 4746aa52f85f4dc3ce8e195f0a5fd8afe2d54378 (diff) | |
Automatic testing of examples
Diffstat (limited to 'f.lisp')
| -rw-r--r-- | f.lisp | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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") |
