Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 144
Function use for while()
Оглавлениеwhile (test_expression) { statement }
The statements are executed as long the test_expression is TRUE.
while (test_expression) { statement }
The statements are executed as long the test_expression is TRUE.