lua-users home
lua-l archive

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


On 03/08/2013 08:17 AM, TNHarris wrote:
For that matter, we can also get rid of one of 'and' or 'or'. If 'or' is
dropped, then get used to typing 'not (not X and not Y)'. I'm sure everyone
will be much happier without the needless complexity of having two binary
logic operators where only one will do.

I think it's simpler to have *only* binary operators, nand and nor.