This version of Pharo3 (21.0) was downloaded last week. I am running on a Mac.
Thanks in advance. ... Maybe I just need more coffee.
-Cam
| a ��|
a := { ��#a. #b. #c. #d. } asOrderedCollection.
a shallowCopy do: [ :item | (a includes: item) ifTrue: [ a remove: item ]].
a size