Boolean.st
changeset 1294 e26bbb61f6b2
parent 1266 cef9b3cd49df
child 2416 588d5d510c10
--- a/Boolean.st	Thu Apr 25 18:49:43 1996 +0200
+++ b/Boolean.st	Thu Apr 25 18:54:31 1996 +0200
@@ -46,6 +46,9 @@
     The system will behave strange if you fiddle around here and create
     new instances of True or False (i.e. it will not recognize these new
     instances as being true or false).
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -163,5 +166,5 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.19 1996-04-23 14:38:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.20 1996-04-25 16:52:01 cg Exp $'
 ! !