or
| colorList |
colorList := { Color blue class }.

Lic. Ignacio Sniechowski, MBA
Prosavic SRL

Tel: (011) 4542-6714





















On Tue, Feb 10, 2015 at 10:38 PM, Andy Burnett <andy.burnett@knowinnovation.com> wrote:
I would like to create an array with a collection of colour values.

I tried both:

colorList := {Color blue}
and
colourList := {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?

Cheers
Andy
���