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

2 lines
33 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(uniq (2 4 6 1 2 3 4 5 6 1 3 5))