summaryrefslogtreecommitdiff
path: root/code.lysp
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-23 22:18:16 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-23 22:18:16 +0200
commitba57b2de9e84af94c68a94a5d0be08d5e25ab921 (patch)
tree40b8d3278d08214f1eba3a74eb2eebe033fb906d /code.lysp
parentcac651cd88f8da1e5957b0cc13fa25d79e1887fc (diff)
Add builtin_define
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