lua-users home
lua-l archive

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


> What situations do people tend to use globals for (as opposed 
> to file-wide locals)?

Why, things needing to be global, of course.  Shared data across
different source files.  Shared functions.

Josh