Module:CommonFunctions: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 133: Line 133:
end
end


function table.empty(tbl)
function table.not_empty(tbl)
     return not next(tbl)
     return not next(tbl)
end
end
ElEditors, Administrators
70,714

edits