RosettaCodeData/Task/Remove-duplicate-elements/Setl4/remove-duplicate-elements.setl4
2017-09-25 22:28:19 +02:00

3 lines
80 B
Text

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