OC-Tsuki/ksrc/stdlib/table.lua
Jane Roxanne 7bd0c23ee9 wew
2020-05-12 01:16:36 -05:00

9 lines
162 B
Lua

_P.table = {}
@[[function copylib(method)]]
_P.table.@[{method}] = table.@[{method}]
@[[end]]
@[[for k, v in pairs(table) do
copylib(k)
end]]
@[[copylib = nil]]