An interation, to the layman, is one run through a repetative statement. Meaning if you wanted to do:

var %a = 0
while (%a < 3) {
...
}

that runs 3 iterations. There, now you can tell your parents and sound like a computer geek.

The Few. The Proud. The Geeks.


-KingTomato