RosettaCodeData/Task/Remove-duplicate-elements/PicoLisp/remove-duplicate-elements.l

2 lines
33 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
(uniq (2 4 6 1 2 3 4 5 6 1 3 5))