RosettaCodeData/Task/Remove-duplicate-elements/Maple/remove-duplicate-elements-2.maple

3 lines
91 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> convert( convert( L, 'set' ), 'list' );
[1, 2, 3, "a", "b", "c"]