Re: [Pharo-users] Problems evaluating message sends in run-time arrays
Feb. 11, 2015
7:48 p.m.
á§ Sean P. DeNigris wrote <<< 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.
Ah, of course! I completely misunderstood what the inspector was telling me. Thanks very much
4188
Age (days ago)
4188
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andy Burnett