projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8864a5f
)
Test for lists
author
David Vazquez
<davazp@gmail.com>
Sat, 15 Dec 2012 18:10:38 +0000
(18:10 +0000)
committer
David Vazquez
<davazp@gmail.com>
Sat, 15 Dec 2012 18:10:38 +0000
(18:10 +0000)
test.lisp
patch
|
blob
|
history
diff --git
a/test.lisp
b/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)))