loadstring(string [, chunkname])
Compile a string and return the result. To load and run a given string, use the idiom
assert(loadstring(s))()When absent, chunkname defaults to the given string.
Compile a string and return the result. To load and run a given string, use the idiom
assert(loadstring(s))()When absent, chunkname defaults to the given string.