lua-users home
lua-l archive

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




On Mon, Jun 4, 2018 at 1:34 PM, Sam Putman <atmanistan@gmail.com> wrote:

I would like to propose that a future Lua have `false and nil` yield nil, and the same for `nil and false`.  

Oops! It is `nil or false` which yields `false` and (I am suggesting) should yield `nil`.