RosettaCodeData/Task/Remove-duplicate-elements/Factor/remove-duplicate-elements.factor

5 lines
59 B
Factor
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
USING: sets ;
2013-10-27 22:24:23 +00:00
V{ 1 2 1 3 2 4 5 } members .
2013-04-10 23:57:08 -07:00
V{ 1 2 3 4 5 }