Block.st
changeset 92 0c73b48551ac
parent 83 3630ed3bfdca
child 98 fd04dc3d28de
--- a/Block.st	Sun Jul 10 00:59:39 1994 +0200
+++ b/Block.st	Fri Aug 05 02:55:07 1994 +0200
@@ -20,17 +20,35 @@
 !
 
 Block comment:'
-
 COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Block.st,v 1.15 1994-06-02 11:18:43 claus Exp $
-
-written spring 89 by claus
+$Header: /cvs/stx/stx/libbasic/Block.st,v 1.16 1994-08-05 00:53:58 claus Exp $
 '!
 
 !Block class methodsFor:'documentation'!
 
+copyright
+"
+"
+ COPYRIGHT (c) 1989 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libbasic/Block.st,v 1.16 1994-08-05 00:53:58 claus Exp $
+"
+!
+
 documentation
 "
     Blocks are pieces of executable code which can be evaluated by sending
@@ -740,7 +758,7 @@
     ^ (self newProcess priority:priority) resume
 ! !
 
-!Block methodsFor:'printing'!
+!Block methodsFor:'printing & storing'!
 
 printOn:aStream
     "append a a printed representation of the block to aStream"