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