lua-users home
lua-l archive

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



On 14/10/14 09:11 AM, Karel Tuma wrote:
Excerpts from Thiago L.'s message of 2014-10-14 13:42:26 +0200:
Unless your __newindex returns junk, this shouldn't break anything.
Some transpilers (moonscript...) have implicit return. Junk happens.

Does "implicit return" mean "return nil"? because if so that shouldn't be a problem...