summaryrefslogtreecommitdiff
path: root/src/lisp/test.lisp
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-05-05 19:35:42 +0000
committerRich Hickey <richhickey@gmail.com>2006-05-05 19:35:42 +0000
commitb5867713b47e73335a0ced582741e6cae0769c0e (patch)
tree86a338f040f62dd8c6cb70cb3b3241c2110487a4 /src/lisp/test.lisp
parent6758d50fecc5b042a3d880ca9bf0fe17014aec1a (diff)
added quote, RT.arrayToList
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