ArithmeticValue.st
changeset 11735 60aa644effbe
parent 11725 ad5591683279
child 12576 47985f127034
child 17711 39faaaf888b4
equal deleted inserted replaced
11734:7c2cc71aabc9 11735:60aa644effbe
   204 ! !
   204 ! !
   205 
   205 
   206 !ArithmeticValue methodsFor:'arithmetic'!
   206 !ArithmeticValue methodsFor:'arithmetic'!
   207 
   207 
   208 * something
   208 * something
   209     "return the product of the receiver and the argument"
   209     "return the product of the receiver and the argument."
   210 
   210 
   211     ^ self subclassResponsibility
   211     ^ self subclassResponsibility
   212 !
   212 !
   213 
   213 
   214 + something
   214 + something
  1282 ! !
  1282 ! !
  1283 
  1283 
  1284 !ArithmeticValue class methodsFor:'documentation'!
  1284 !ArithmeticValue class methodsFor:'documentation'!
  1285 
  1285 
  1286 version
  1286 version
  1287     ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.81 2009-05-26 06:31:09 cg Exp $'
  1287     ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticValue.st,v 1.82 2009-05-26 06:38:16 cg Exp $'
  1288 ! !
  1288 ! !
  1289 
  1289 
  1290 ArithmeticValue initialize!
  1290 ArithmeticValue initialize!