ErichTheWebGuy
Programmer
Ok, so if I wanted to do something like this:
How can I tell which number is currently being worked around in my loop?
Code:
for (1..9) {
#some code
}
How can I tell which number is currently being worked around in my loop?