[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Jerome Vuarand's reply to my "table return" query
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 14 Sep 2007 12:32:04 -0300
> i'm using
>
> luac -p -l db.lua | grep GETGLOBAL
>
> and
>
> luac -p -l db.lua | grep SETGLOBAL
>
> to check for globals like 'f', 'c', etc. (i had a convention for local
> variables naming). this was suggested by someone in this list.
See also etc/globals.lua in the Lua distro.
--lhf