Auto-translated
i is a variable that, during the loop, receives a constant increment of one. After the loop is executed, i will contain the number of times the loop was performed (I don't remember if there is a "tick" function here, but it may be relevant in languages with this function).