From: David Vazquez Date: Sat, 15 Dec 2012 18:10:38 +0000 (+0000) Subject: Test for lists X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=a9587c9e5d473b197aec86a9759966885897138b;p=jscl.git Test for lists --- diff --git a/test.lisp b/test.lisp index 286c7f1..43e7b1b 100644 --- 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)))