lua-users home
lua-l archive

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


I like the idea of local by default and easy global read access...

Anyway, for now I need a solution in work4. I simply want to
make some globals constant/read-only. I've heard this is possible
but how? What am I going to be doing? Perhaps a settable for the
globals table? I've tried a few things without luck as usual. :p