No, what happens is that with your way of spacing it the `==` is interpreted as a unary operator and the error message says that too, only pass an integer literal to the `==` in the (sub)expression `==0`.
- is space around "==" the part of syntax? oyster
- Re: is space around "==" the part of syntax? Araq
