1 Matching Annotations
- Apr 2024
-
chiselapp.com chiselapp.com
-
#('hello' 'World') at: 2 put: 'Pharo'; yourself.
Esta versión no genera error:
smalltalk myArray := #('hello' 'World'). myArray asOrderedCollection at: 2 put: 'Pharo'; yourself.
-