lite-xl/data/core/compat.lua

7 lines
87 B
Lua

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