github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/stdlib/table/testdata/unpack.lua (about) 1 a, b, c = table.unpack({1, 2, 3}) 2 assert(a == 1 and b == 2 and c == 3)