View Single Post
Old May 9th, 2006, 9:16 PM   #4
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 873
Rep Power: 4 The Dark is on a distinguished road
Nope, it just gets the value of y, does a "not" operation on it, and throws the result away.
You would have to put
y = !y;
The Dark is offline   Reply With Quote