lua-users home
lua-l archive

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



"Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br> wrote in message 20060814083734.B24452@lua.tecgraf.puc-rio.br">news:20060814083734.B24452@lua.tecgraf.puc-rio.br...
1. Is it possible to load sequentially two different scripts related to
the same lua_State variable?

Yes.

This is simple to do simply use luaL_dofile (see manual for details) twice in a row.