dostring

dostring(STRING: stringa, [CHUNKNAME: stringa])

Executes STRING as a Lua chunk. Returns nil if error, a non-nil value if the chunk returns no values, or the values returned by the chunk. CHUNKNAME is used in error messages and debug information.