projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25dc928
)
strings
author
Raimon Grau
<raimonster@gmail.com>
Tue, 11 Dec 2012 22:58:49 +0000
(23:58 +0100)
committer
Raimon Grau
<raimonster@gmail.com>
Tue, 11 Dec 2012 22:58:49 +0000
(23:58 +0100)
lispstrack.lisp
patch
|
blob
|
history
diff --git
a/lispstrack.lisp
b/lispstrack.lisp
index
dcd0a6d
..
794e082
100644
(file)
--- a/
lispstrack.lisp
+++ b/
lispstrack.lisp
@@
-1,7
+1,8
@@
(defun ls-compile (sexp)
(cond
((symbolp sexp) nil)
- ((integerp sexp) (format nil "~a" sexp))
+ ((integerp sexp) (format nil " ~a " sexp))
+ ((stringp sexp) (format nil " \"~a\" " sexp))
; list
((case (first sexp)
(if nil)