Loads a string as a Lua chunk. This function uses lua_load to load the chunk in the zero-terminated string s.
This function returns the same results as lua_load. Also as lua_load, this function only loads the chunk; it does not run it.
Lua Class | Tao.Lua Namespace