refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-09-07 01:46:47 +02:00
parent 696c79727d
commit b39bc2f0c1
-1
View File
@@ -1,5 +1,4 @@
green_t = module
--setglobal('green_t', green_t and error(nil) or module)
local next, getn, setn, tremove, type, setmetatable = next, getn, table.setn, tremove, type, setmetatable