3 lines
88 B
Smalltalk
3 lines
88 B
Smalltalk
|a|
|
|
a := #( 1 1 2 'hello' 'world' #symbol #another 2 'hello' #symbol ).
|
|
a asOrderedSet.
|