lua-users home
lua-l archive

Re: Alternative to ~= for inequality?

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


On 08/03/13 13:01, Jorge wrote:
I think it's simpler to have *only* binary operators, nand and nor.
Hum...
local v = optional or default
becomes
local v = (optional nor optional) nor (default nor default)
or maybe just
local v = not optional nor not default
I think... :)
Scott

AltStyle によって変換されたページ (->オリジナル) /