summaryrefslogtreecommitdiff
path: root/code.lysp
diff options
context:
space:
mode:
Diffstat (limited to 'code.lysp')
-rw-r--r--code.lysp4
1 files changed, 3 insertions, 1 deletions
diff --git a/code.lysp b/code.lysp
index f509404..17a3d24 100644
--- a/code.lysp
+++ b/code.lysp
@@ -8,4 +8,6 @@
'''"hoi"
'''''(dit is quoted)
'kaas ;meer commentaar
- "kazen enzo")) \ No newline at end of file
+ "kazen enzo")
+ (define 'kaas '(a b) '(print a b))
+ (print (kaas 10 "hoi"))) \ No newline at end of file