3 lines
134 B
Text
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"]
|