OC-Tsuki/ksrc/stdlib/table.lua

9 lines
162 B
Lua
Raw Normal View History

2020-06-02 16:23:58 +10:00
_P.table = {}
@[[function copylib(method)]]
_P.table.@[{method}] = table.@[{method}]
@[[end]]
@[[for k, v in pairs(table) do
copylib(k)
end]]
@[[copylib = nil]]