lua-users home
lua-l archive

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


> Does this mean that if we wish to have global checking for variables
> in a module, we'll have to go "global function" for the rest of the
> module to get module functions?  From the first global on function
> mymodulefunction(...) will be an error right?

Right.

-- Roberto