ArithmeticValue.st
changeset 92 0c73b48551ac
parent 82 0147b4f725ae
child 155 edd7fc34e104
--- a/ArithmeticValue.st	Sun Jul 10 00:59:39 1994 +0200
+++ b/ArithmeticValue.st	Fri Aug 05 02:55:07 1994 +0200
@@ -22,6 +22,8 @@
 ArithmeticValue comment:'
 COPYRIGHT (c) 1993 by Claus Gittinger
               All Rights Reserved
+
+$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.8 1994-08-05 00:53:42 claus Exp $
 '!
 
 !ArithmeticValue class methodsFor:'documentation' !
@@ -42,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.7 1994-06-02 11:18:21 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.8 1994-08-05 00:53:42 claus Exp $
 "
 !
 
@@ -52,8 +54,7 @@
     arithmetic messages. It was inserted into the hierarchy, to allow things
     like matrices, functions etc. share the arithmetic methods defined here.
 
-    (In the old hierarchy these had to be Numbers to do that 
-     - which is not quite correct)
+    In the old hierarchy these had to be Numbers - which was not quite correct.
 "
 ! !