[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available
- From: Hao Wu <wuhao.wise@...>
- Date: Sun, 23 Mar 2014 14:06:11 -0700
On Sun, Mar 23, 2014 at 1:55 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> Am 23.03.2014 21:39 schröbte Thijs Schreijer:
>
>>
>> Thx. I understand the logic. But still would find '!' clearer for a unary
>> not.
>
>
> C uses `!` for logical not. It might get confusing if Lua used it for
> bitwise not ...
there is no "!" in Lua, and ~= is "not equal" in Lua, I would rather
find it would be confusing to use "!" for not
>
>> Thijs
>>
>
> Philipp
>
>
>
>
Hao