Anonymous

Module:FunList: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 242: Line 242:
local tbl = selector(item)
local tbl = selector(item)
-- Resulting object must be a table here!
-- Resulting object must be a table here!
assert(typeof(tbl) == 'table')
assert(type(tbl) == 'table')
for _, value in pairs(tbl) do
for _, value in pairs(tbl) do
2,875

edits