lua-users home
lua-l archive

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


> 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