Thursday, July 27, 2006 12:30 PM
Trivium DawnWalker
maybe I'm a retard
plz someone correct me if i'm just being stupid.
int x = 20;
x += 20;
//x should now = 40 which works BUT
x -= 20;
//x should now = 20 shouldn't it?
or have I just dreamed up this function? Today is not a good day.....