5 lines
85 B
Text
5 lines
85 B
Text
L := [[1], 2, [[3,4], 5], [[[]]], [[[6]]], 7, 8, []]:
|
|
|
|
with(ListTools):
|
|
|
|
Flatten(L);
|