lite-xl/data/core/compat.lua

6 lines
94 B
Lua

table.unpack = unpack
table.pack = function(...)
return { n = select('#', ...), ... }
end