RosettaCodeData/Task/Remove-duplicate-elements/Setl4/remove-duplicate-elements.s...

4 lines
80 B
Plaintext

set = new('set')
* Add all the elements of the array to the set.
add(set,array)