stepharo wrote > ... > | matrix23 | > matrix23 := Matrix rows: 3 columns: 2. > matrix23 at: 1 at: 1 put: 11.
What? #at:at:put:? That *will* cause errors. The "at"s are effectively anonymous keywords. I hope the API can still be changed. e.g. #atRow:column:put: and possibly also #atColumn:row:put:. Thaks, Richard -- View this message in context: http://forum.world.st/About-Matrix-API-access-tp4805746p4806237.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
