Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 129
4.5.1 Choices 4.5.1.1 The if-Statement
ОглавлениеThe workhorse to control the flow of actions is the if()
function.
if()
The construct is both simple and efficient.