lua-users home
lua-l archive

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


On Tue, 15 Jul 2008 12:26:28 +0200 (MESZ)
Michael Gerbracht <smartmails@arcor.de> wrote:

> > Perhaps put your callable functions in their own table and look
> > them up in that?  
> 
> I think about that but anyway the function will be _G or not?

Well, it depends if you want to stop your users from doing things they
shouldn't with the contents of _G.  If you don't care, it'll work.

B.