lua-users home
lua-l archive

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


Oh, and of course, you'll have to exchange the table constructor syntax for something like:

guarded_config = MakeGuarded(some_config_table)
guarded_config.x = 1
guarded_config.y = 2

etc...