Re: inconsistencies between arithmetic and boolean operators
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: inconsistencies between arithmetic and boolean operators
- From: "Pierpaolo Bernardi" <olopierpa@...>
- Date: 2007年8月10日 10:20:30 +0200
On 8/10/07, Adrien de Croy <adrien@qbik.com> wrote:
> In the end, probably best to just convert anything to a string if they
> aren't the same type then do the comparison.
Awk works in this way, and this conversion is the most common
source of bugs in awk programs, in my experience.
Lua is a very good language as it is, let us not get carried away
with dubious modifications.
Cheers
P.