Lua -Tischpack
For 5.3 and below:
unpack(tbl)
for 5.4 and higher:
table.unpack(tbl)
Orion
For 5.3 and below:
unpack(tbl)
for 5.4 and higher:
table.unpack(tbl)