dostring

LUA

dostring

dostring (STRING[, CHUNKNAME])

Executes STRINGas 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.