ConsStream.st
changeset 2659 642dc09a0e40
parent 1482 cea67ec35cc2
child 2661 1b2a466b611f
--- a/ConsStream.st	Tue Sep 27 11:38:13 2011 +0200
+++ b/ConsStream.st	Tue Sep 27 11:40:50 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic2' }"
 
 Stream subclass:#ConsStream
@@ -41,6 +40,8 @@
     Conses are not heavily used by Smalltalk (actually: not at all).
     Consider this a demo class.
 
+    written Dec 2003.
+
     [author:]
         Claus Gittinger
 
@@ -106,5 +107,5 @@
 !ConsStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ConsStream.st,v 1.2 2004-10-01 07:52:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ConsStream.st,v 1.3 2011-09-27 09:40:50 cg Exp $'
 ! !