This commit is contained in:
Jeija 2013-03-26 15:14:12 +01:00
commit 2a61e8bea6
1 changed files with 6 additions and 0 deletions

View File

@ -241,6 +241,12 @@ local create_environment = function(pos, mem, event)
tan = math.tan,
tanh = math.tanh,
},
table = {
insert = table.insert,
maxn = table.maxn,
remove = table.remove,
sort = table.sort
},
event = event,
}
end