Fraction.st
changeset 1556 134d96466f5a
parent 1555 316491c1b216
child 1878 5615af5e7f47
--- a/Fraction.st	Thu Jul 18 12:27:25 1996 +0200
+++ b/Fraction.st	Thu Jul 18 12:32:21 1996 +0200
@@ -42,6 +42,10 @@
 
     [author:]
         Claus Gittinger
+
+    [see also:]
+        Number
+        Float Integer
 "
 ! !
 
@@ -489,6 +493,6 @@
 !Fraction  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.31 1996-07-18 10:27:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Fraction.st,v 1.32 1996-07-18 10:30:50 cg Exp $'
 ! !
 Fraction initialize!