changed: #documentation
authorClaus Gittinger <cg@exept.de>
Tue, 27 Sep 2011 11:38:13 +0200
changeset 2658 4d904505ae26
parent 2657 2007a6ea81f3
child 2659 642dc09a0e40
changed: #documentation
LazyCons.st
--- a/LazyCons.st	Tue Sep 27 11:37:15 2011 +0200
+++ b/LazyCons.st	Tue Sep 27 11:38:13 2011 +0200
@@ -16,6 +16,8 @@
     A pair with lazy evaluation of the tail.
     Useful to implement infinite lists as possible in lazy functional languages.
 
+    written June 2003.
+
     [author:]
         Claus Gittinger
 
@@ -89,5 +91,9 @@
 !LazyCons class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.3 2011-09-27 09:37:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.4 2011-09-27 09:38:13 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic2/LazyCons.st,v 1.4 2011-09-27 09:38:13 cg Exp $'
 ! !