2012/9/9
int
x =
0
;
x = x +
1
turn(x);
x += number;
//or if the number is 1 you better do this;
x++;
X