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