lua-users home
lua-l archive

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


>  32     luaL_dofile(state,"hello.lua");

You should always test the return code and print the error message if any.