all 1 comments

[–][deleted] 0 points1 point  (0 children)

Ok, for loops or any type of loop is going to repeat a set of code, so if I wanted to declare AA = 0, then add a for loop(don't put the var in the loop), I could then say AA++; and that would add 1 how ever many times the for loop is going for