RosettaCodeData/Task/Remove-duplicate-elements/Smalltalk/remove-duplicate-elements-2.st

4 lines
88 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
|a|
a := #( 1 1 2 'hello' 'world' #symbol #another 2 'hello' #symbol ).
a asOrderedSet.