Magnitude.st
changeset 5 67342904af11
parent 3 24d81bf47225
child 56 be0ed17e6f85
equal deleted inserted replaced
4:31072e3cb2e3 5:67342904af11
     1 "
     1 "
     2  COPYRIGHT (c) 1988-93 by Claus Gittinger
     2  COPYRIGHT (c) 1988 by Claus Gittinger
     3               All Rights Reserved
     3               All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    17        category:'Magnitude-General'
    17        category:'Magnitude-General'
    18 !
    18 !
    19 
    19 
    20 Magnitude comment:'
    20 Magnitude comment:'
    21 
    21 
    22 COPYRIGHT (c) 1988-93 by Claus Gittinger
    22 COPYRIGHT (c) 1988 by Claus Gittinger
    23               All Rights Reserved
    23               All Rights Reserved
    24 
    24 
    25 This is an abstract class definining common methods for
    25 This is an abstract class definining common methods for
    26 Objects which can be compared by a kind of greater realation.
    26 Objects which can be compared by a kind of greater realation.
    27 
    27 
    28 $Header: /cvs/stx/stx/libbasic/Magnitude.st,v 1.3 1993-10-13 00:16:25 claus Exp $
    28 $Header: /cvs/stx/stx/libbasic/Magnitude.st,v 1.4 1993-10-13 02:12:33 claus Exp $
    29 '!
    29 '!
    30 
    30 
    31 !Magnitude methodsFor:'comparing'!
    31 !Magnitude methodsFor:'comparing'!
    32 
    32 
    33 > aMagnitude
    33 > aMagnitude