Thread
:
Code Restructure, Finally!
View Single Post
May 9th, 2006, 9:16 PM
#
4
The Dark
Expert Programmer
Join Date: Jun 2005
Posts: 873
Rep Power:
4
Nope, it just gets the value of y, does a "not" operation on it, and throws the result away.
You would have to put
(
Toggle Plain Text
)
y = !y;
y = !y;
The Dark
View Public Profile
Find More Posts by The Dark