Andy Burnett wrote > In both cases it evaluates to 'Color blue' rather than the Color object.
'Color blue' is the Color object you created and put in your array. It is aColor object. It's print string is 'Color blue'. See Color>>#printOn: for more info. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Problems-evaluating-message-sends-in-run-time-arrays-tp4805048p4805060.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
