Flatten a list: Difference between revisions

m
(→‎Insitux: implementation)
m (→‎{{header|Wren}}: Minor tidy)
Line 4,228:
{{libheader|Wren-seq}}
A method already exists for this operation in the above module.
<syntaxhighlight lang="ecmascriptwren">import "./seq" for Lst
 
var a = [[1], 2, [[3, 4], 5], [[[]]], [[[6]]], 7, 8, []]
9,476

edits