Woops lol. However, I want a code that theoretically, would just continue on forever, and not write ten moves to move ten times.
private int a = 1; private int b = a + 1; move(a); turn(180); move(b); turn (180);