From a9587c9e5d473b197aec86a9759966885897138b Mon Sep 17 00:00:00 2001 From: David Vazquez Date: Sat, 15 Dec 2012 18:10:38 +0000 Subject: [PATCH] Test for lists --- test.lisp | 1 + 1 file changed, 1 insertion(+) 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))) -- 1.7.10.4