Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 134
4.5.2 Loops
ОглавлениеOne of the most common constructs in programming is repeating a certain block of code a few times. This repeating of code is a “loop.” Loops can repeat code a fixed number of times or do this only when certain conditions are fulfilled.