lua-users home
lua-l archive

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


You can do value = value or default as a pattern to prevent that problem.

Otherwise, the only real problem are upvalues, as those can't be updated (or easily?).