RosettaCodeData/Task/Remove-duplicate-elements/Maple/remove-duplicate-elements-3.maple
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
134 B
Text

> A := Array( L ):
> for u in A do T[u] := 1 end: Array( [indices]( T, 'nolist' ) );
[1, 2, 3, "c", "a", "b"]