[cells-cvs] CVS cells/tutorial
ktilton
ktilton at common-lisp.net
Sat Jun 10 22:16:36 UTC 2006
Update of /project/cells/cvsroot/cells/tutorial
In directory clnet:/tmp/cvs-serv7851/tutorial
Modified Files:
04-formula-once-then-input.lisp
Log Message:
Most interesting, sloght change to md-slot-value-assume, to abort unchanged assignment a whisker sooner.
--- /project/cells/cvsroot/cells/tutorial/04-formula-once-then-input.lisp 2006/06/09 17:21:35 1.1
+++ /project/cells/cvsroot/cells/tutorial/04-formula-once-then-input.lisp 2006/06/10 22:16:36 1.2
@@ -45,6 +45,4 @@
(assert (= 50 (age kv)(get-age "555-55-5555")))
;
; just showin' off...
- (assert (= 51 (1+ (age kv))(incf (age kv))(get-age "555-55-5555")))))
-
-
+ (assert (= 51 (1+ (age kv))(incf (age kv))(get-age "555-55-5555")))))
\ No newline at end of file
More information about the Cells-cvs
mailing list