I have this expression:
y[i] = ( z[i] == a && b || c )
Which of these elements (&&, ||, ==<
&&
||
==<
The priority list: