loadstring (string [, chunkname])
Similar to load (func [, chunkname]), but gets the chunk from the given string.
load (func [, chunkname])
To load and run a given string, use the idiom
assert(loadstring(s))()