My question is fairly simple, and surprisingly, I have not been able to find an answer to it:
Is there any scenario under which x not in y
and not x in y
yield different results?
What about the case where x
and/or y
are more complicated expressions of some sort?
Could operator-precedence cause each of the above expressions to yield a different result?