SmallInteger.st
changeset 1295 83f594f05c52
parent 1264 8d916aa63bce
child 1336 041485f6757a
equal deleted inserted replaced
1294:e26bbb61f6b2 1295:83f594f05c52
    47     class-field stored with SmallIntegers) there can be no subclass of 
    47     class-field stored with SmallIntegers) there can be no subclass of 
    48     SmallInteger (sorry).
    48     SmallInteger (sorry).
    49 
    49 
    50     If you really need this kind of thing, create a subclass of Integer,
    50     If you really need this kind of thing, create a subclass of Integer,
    51     with an instance variable holding the value.
    51     with an instance variable holding the value.
       
    52 
       
    53     [author:]
       
    54         Claus Gittinger
    52 "
    55 "
    53 ! !
    56 ! !
    54 
    57 
    55 !SmallInteger class methodsFor:'instance creation'!
    58 !SmallInteger class methodsFor:'instance creation'!
    56 
    59 
  2012 ! !
  2015 ! !
  2013 
  2016 
  2014 !SmallInteger class methodsFor:'documentation'!
  2017 !SmallInteger class methodsFor:'documentation'!
  2015 
  2018 
  2016 version
  2019 version
  2017     ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.50 1996-04-23 14:01:36 cg Exp $'
  2020     ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.51 1996-04-25 16:58:46 cg Exp $'
  2018 ! !
  2021 ! !