in reply to Re: Need explanation for: useless use of string ne in void context
in thread Need explanation for: useless use of string ne in void context

The quick answer is that and binds less tight than parentheses or &&.

That's true, but not relevant in this case. What matters is that 'and' binds less tight than assignment.

  • Comment on Re^2: Need explanation for: useless use of string ne in void context