lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> There seems to be an error in the manual: luaL_dostring is listed as being 
> able to throw a general error ("e"), but it can't, it can only throw an 
> out-of-memory error ("m") when calling luaL_loadstring. The same applies to 
> luaL_dofile. Any other errors are indicated by the return value of 
> lua_pcall, not thrown.

Sure. Thanks.

-- Roberto