require "table2" local fmt = require "fmt" local a = {{1}, 2, {{3, 4}, 5}, {{{}}}, {{{6}}}, 7, 8, {}} fmt.lprint(a:flatten())