unpack, string.split, and string.trim added

This commit is contained in:
Joachim Stolberg 2019-01-30 20:56:16 +01:00
parent 0d12261620
commit 92a5a6e6ff

@ -57,9 +57,12 @@ local BASE_ENV = {
rep = string.rep,
sub = string.sub,
upper = string.upper,
split = string.split,
trim = string:trim,
},
tonumber = tonumber,
tostring = tostring,
unpack = unpack,
type = type,
ticks = 0,
}