WIP: Auios' version - Do not merge. Only here for comparison #9

Draft
Auios wants to merge 28 commits from Auios/BlockLua:master into master
Showing only changes of commit d494f02fe3 - Show all commits

View File

@@ -4,7 +4,7 @@
-- Table / List
-- Whether a table contains no keys
function table.empty(t)
return next(t) ~= nil
return next(t) == nil
end
-- Apply a function to each key in a table