[cells-cvs] CVS kennysarc2
ktilton
ktilton at common-lisp.net
Thu Feb 14 19:51:07 UTC 2008
Update of /project/cells/cvsroot/kennysarc2
In directory clnet:/tmp/cvs-serv27115
Modified Files:
extensions.lisp
Log Message:
--- /project/cells/cvsroot/kennysarc2/extensions.lisp 2008/02/03 22:09:14 1.1
+++ /project/cells/cvsroot/kennysarc2/extensions.lisp 2008/02/14 19:51:04 1.2
@@ -32,4 +32,5 @@
(def nth (i lst)
"Indexed list access but returns NIL if index out of bounds"
(let x -1
- (some [when (is (++ x) i) _] lst)))
\ No newline at end of file
+ (some [when (is (++ x) i) _] lst)))
+
More information about the Cells-cvs
mailing list