summaryrefslogtreecommitdiff
path: root/src/lisp/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp/test.lisp')
-rw-r--r--src/lisp/test.lisp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp
index e9efc969..d40f4176 100644
--- a/src/lisp/test.lisp
+++ b/src/lisp/test.lisp
@@ -112,4 +112,10 @@
c)
(bind ((x nil)
(y b))
- c)) \ No newline at end of file
+ c))
+
+(defn fq (x)
+ (if ':key '.foo 'a))
+
+(defn fql ()
+ '(1 2 3 (4 5))) \ No newline at end of file