Re: Alternative to ~= for inequality?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Alternative to ~= for inequality?
- From: Scott Morgan <blumf@...>
- Date: 2013年3月08日 16:45:20 +0000
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