while (true) { // Action to repeat }
for ( ; ; ) { // Action to repeat }
for (int a = 0; a < 50; a--) { // Whatever You Want To Do. }