I would like to create an array with a collection of colour values.I tried both:colorList := {Color blue}andcolourList := {Color named: #blue.}.In both cases it evaluates to 'Color blue' rather than the Color object. ��What surprised me was that:
charList := {Character digitValue:35. Character digitValue:33.}.Does evaluate to an array of two characters.�� What is going on?CheersAndy���