RosettaCodeData/Task/Remove-duplicate-elements/NewLISP/remove-duplicate-elements.newlisp

2 lines
36 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
(unique '(1 2 3 a b c 2 3 4 b c d))