lua-users home
lua-l archive

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


On Fri, 18 Feb 2011 10:26:25 -0200, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>luac -p

Thanks, I'll give this and lua-inspect a try.

>Use luaL_loadfile+lua_pcall instead of luaL_dofile.

According to Google, those are C functions used to call a Lua file. I
only run scripts with the Lua interpreter, but thanks for the tip.