lua-users home
lua-l archive

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


On 28/03/2020 09.27, Kalafut, Bennett wrote:
> We (Lua users at Thermo-Fisher) were surprised recently to find that the __index
> metamethod of the metatable’s metatable isn’t used when looking for things like
> __newindex metamethods.

I believe it's better styled as

  Yo dawg, we herd that the __index metamethod of the metatable’s metatable
  isn’t used when looking for things like __newindex metamethods.

-- Martin