Catenate¶ Flattens one level of lists. $ wo 'Catenate[{{1, 2}, {3, 4}}]' {1, 2, 3, 4} $ wo 'Catenate[{{a, b}, {c}, {d, e, f}}]' {a, b, c, d, e, f}