3 lines
91 B
Text
3 lines
91 B
Text
|
|
> convert( convert( L, 'set' ), 'list' );
|
||
|
|
[1, 2, 3, "a", "b", "c"]
|