lua-users home
lua-l archive

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




On Fri, Mar 16, 2018, 6:31 AM Dirk Laurie <dirk.laurie@gmail.com> wrote:
Define a "strong table" as one in which 't[k]=nil' does not remove the
key, it stores nil.

Result: two types of tables. Bad idea.

Non sunt multiplicanda entia sine necessitate

(Occam's razor)

Gregg