LargeInteger.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
   287 
   287 
   288     "LargeInteger value:3689"
   288     "LargeInteger value:3689"
   289 
   289 
   290     "Modified: / 8.5.1998 / 21:40:41 / cg"
   290     "Modified: / 8.5.1998 / 21:40:41 / cg"
   291 ! !
   291 ! !
       
   292 
       
   293 
   292 
   294 
   293 !LargeInteger class methodsFor:'queries'!
   295 !LargeInteger class methodsFor:'queries'!
   294 
   296 
   295 isBuiltInClass
   297 isBuiltInClass
   296     "return true if this class is known by the run-time-system.
   298     "return true if this class is known by the run-time-system.
  5139 ! !
  5141 ! !
  5140 
  5142 
  5141 !LargeInteger class methodsFor:'documentation'!
  5143 !LargeInteger class methodsFor:'documentation'!
  5142 
  5144 
  5143 version
  5145 version
  5144     ^ '$Id: LargeInteger.st 10660 2011-07-18 15:22:09Z vranyj1 $'
  5146     ^ '$Id: LargeInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
  5145 !
  5147 !
  5146 
  5148 
  5147 version_CVS
  5149 version_CVS
  5148     ^ '§Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.203 2011/05/17 13:18:34 stefan Exp §'
  5150     ^ '§Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.203 2011/05/17 13:18:34 stefan Exp §'
       
  5151 !
       
  5152 
       
  5153 version_SVN
       
  5154     ^ '$Id: LargeInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
  5149 ! !
  5155 ! !