aboutsummaryrefslogtreecommitdiff
path: root/files/test1.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'files/test1.lisp')
-rw-r--r--files/test1.lisp17
1 files changed, 15 insertions, 2 deletions
diff --git a/files/test1.lisp b/files/test1.lisp
index 3a44599..41325dd 100644
--- a/files/test1.lisp
+++ b/files/test1.lisp
@@ -1,4 +1,17 @@
-(define 'a 1)
+(define a 1)
(+ a 1)
(+ a 0.1)
-"string test () . '"
+("string test () . '" hello blah)
+(more blah (something))
+
+(1 2 3) (list 1 2 3) (quote (1 2 3))
+
+(1)
+1
+'1
+1
+
+'(2 3 4)
+(6 7)
+('1)
+1