Test for lists
authorDavid Vazquez <davazp@gmail.com>
Sat, 15 Dec 2012 18:10:38 +0000 (18:10 +0000)
committerDavid Vazquez <davazp@gmail.com>
Sat, 15 Dec 2012 18:10:38 +0000 (18:10 +0000)
test.lisp

index 286c7f1..43e7b1b 100644 (file)
--- a/test.lisp
+++ b/test.lisp
@@ -3,5 +3,6 @@
   x)
 
 (debug "hola")
+(debug '(1 2 3 4))
 (debug (if 2 (+ 2 1) 0))
 (debug (= (+ 2 1) (- 4 1)))