bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] Order of operations


From: Aharon Robbins
Subject: Re: [bug-gawk] Order of operations
Date: Wed, 15 Jun 2011 22:05:18 +0300
User-agent: Heirloom mailx 12.4 7/29/08

Hi. Please see the node 'Precedence' in gawk.texi (or gawk.info) in
the manual.

Arnold

> Date: Wed, 15 Jun 2011 09:11:47 -0700 (PDT)
> From: address@hidden
> To: "address@hidden" <address@hidden>
> Subject: [bug-gawk] Order of operations
>
> Is there a list of order of operations in Gawk?? The reason I am asking is 
> that I was trying to execute:
>
> if ( !x in y)
>
> and rather than executing:
> if ( !( x in y))
> it did:
> if ( (!x) in y )
>
> I couldn't find any reference to order of operations that included the
> 'in' operator (if it really is an operator).
>
> James



reply via email to

[Prev in Thread] Current Thread [Next in Thread]