working on require needs to be done before EOW
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local lib = {}
|
||||
|
||||
function lib.create()
|
||||
local array = {}
|
||||
return setmetatable(array,{
|
||||
__add=function(t1, t2)
|
||||
|
||||
end
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user