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`.

Reply via email to