Skip to content
Prev 48208 / 63424 Next

Historical NA question

On 06 May 2014, at 18:20 , Hadley Wickham <h.wickham at gmail.com> wrote:

            
Yes, UNOT has lower precedence than arithmetic and comparison ops in gram.y. So
[1] FALSE
[1] FALSE

I suspect that that is as old as original sin (i.e., inherited from S). Anyone have the Blue Book to hand to verify? It's easy enough to change, but the sky would likely fall down on our heads if we tried...

Also surprising:
!2 + (!2)

where it is somewhat perplexing what the parentheses are supposed to be good for.