RosettaCodeData/Task/Remove-duplicate-elements/Brat/remove-duplicate-elements.brat

4 lines
97 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
some_array = [1 1 2 1 'redundant' [1 2 3] [1 2 3] 'redundant']
unique_array = some_array.unique