II precedence over && ???

 
I consider this a bug as in EVERY language logical AND operation has precedence over OR - except for mql. Checked the documentation too, and indeed it is so. Is this a kind of joke?

Adam
 
Every from about 3000 program languages?
use parenthesis to avoid problem of precedence.
Reason: