Array.st
changeset 9360 188b821fe110
parent 9359 6f93b3cfc7d4
child 10089 833fffc641ef
equal deleted inserted replaced
9359:6f93b3cfc7d4 9360:188b821fe110
   411 badIndex: ;
   411 badIndex: ;
   412 %}.
   412 %}.
   413     ^ super basicAt:index put:anObject
   413     ^ super basicAt:index put:anObject
   414 
   414 
   415     "Modified: 19.4.1996 / 11:14:26 / cg"
   415     "Modified: 19.4.1996 / 11:14:26 / cg"
   416 !
       
   417 
       
   418 foo
       
   419    ^ 'hello world'
       
   420 ! !
   416 ! !
   421 
   417 
   422 !Array methodsFor:'converting'!
   418 !Array methodsFor:'converting'!
   423 
   419 
   424 asArray
   420 asArray
  2502 ! !
  2498 ! !
  2503 
  2499 
  2504 !Array class methodsFor:'documentation'!
  2500 !Array class methodsFor:'documentation'!
  2505 
  2501 
  2506 version
  2502 version
  2507     ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.140 2006-05-15 09:13:07 fm Exp $'
  2503     ^ '$Header: /cvs/stx/stx/libbasic/Array.st,v 1.141 2006-05-15 09:15:58 fm Exp $'
  2508 ! !
  2504 ! !