| Author |
Precedence Question
|
Varun Chopra
Ranch Hand
Joined: Jul 10, 2008
Posts: 204
|
|
|
Can one provide with an expression which would prove that == has less precedence than <=?
|
-Varun -
(My Blog) - Mock Tests
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32694
|
|
|
Yes, try it, and you will see it won't compile with the wrong () in.
|
 |
Varun Chopra
Ranch Hand
Joined: Jul 10, 2008
Posts: 204
|
|
hmm Thanks Campbell. This works: This does not work
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32694
|
|
Well done.
|
 |
 |
|
|
subject: Precedence Question
|
|
|