ArithmeticValue.st
branchjv
changeset 17807 06cc6c49e291
parent 17797 71451ae83564
child 17814 b75a7f0c346b
equal deleted inserted replaced
17806:a6c483ec9b9f 17807:06cc6c49e291
  1331 ! !
  1331 ! !
  1332 
  1332 
  1333 !ArithmeticValue class methodsFor:'documentation'!
  1333 !ArithmeticValue class methodsFor:'documentation'!
  1334 
  1334 
  1335 version
  1335 version
  1336     ^ '$Id: ArithmeticValue.st 10570 2010-08-26 10:12:57Z vranyj1 $'
  1336     ^ '$Id: ArithmeticValue.st 10590 2010-11-09 16:24:28Z vranyj1 $'
  1337 !
  1337 !
  1338 
  1338 
  1339 version_CVS
  1339 version_CVS
  1340     ^ 'Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.87 2010/08/09 17:52:46 cg Exp '
  1340     ^ 'Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.87 2010-08-09 17:52:46 cg Exp '
  1341 !
  1341 !
  1342 
  1342 
  1343 version_SVN
  1343 version_SVN
  1344     ^ '$Id: ArithmeticValue.st 10570 2010-08-26 10:12:57Z vranyj1 $'
  1344     ^ '$Id: ArithmeticValue.st 10590 2010-11-09 16:24:28Z vranyj1 $'
  1345 ! !
  1345 ! !
  1346 
  1346 
  1347 ArithmeticValue initialize!
  1347 ArithmeticValue initialize!
  1348 
  1348 
  1349 
  1349 
  1350 
  1350 
  1351 
  1351 
  1352 
  1352 
       
  1353