RosettaCodeData/Task/Remove-duplicate-elements/Setl4/remove-duplicate-elements.setl4
2023-07-01 13:44:08 -04:00

3 lines
80 B
Text

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