Explanation:
 
The AI Wars programming language has no built-in loop-counter command (e.g. a for loop). In order to make a cybug repeat something a set number of times, you have to use a variable as a 'loop counter'. Normally, this means set it to the number of loops that you want to perform and keep on decreasing the loop-counter and jumping back to the start of the routine until the loop-counter is at zero.