 |
How to Use Loops in Ruby - While, Until, Each, Times Loops
Computer programs often have to perform actions a number of times, not just once. For example, a program that prints all of your new email will need to print each email from a list, not just a single email. To do this, a constructs called loops are used.
ruby.about.com |
 |