Subject | English | Russian |
progr. | A good solution to these problems is to change the structure of the loop body | Хорошее решение проблемы состоит в изменении структуры тела цикла (ssn) |
progr. | end of the loop body | конец цикла (ssn) |
progr. | end of the loop body | конец тела цикла (ssn) |
progr. | idempotent loop body | индемпотентное тело цикла (loop bodies, for which only the initial assignment and the first iteration matter, and the following iterations do not. In most cases this is a programming error, as it causes an infinite loop if the condition is still true after the first iteration Alex_Odeychuk) |
water.res. | loop body | петля |
IT | loop body | тело цикла |
progr. | loop control that performs the test somewhere in the middle of the loop body | схема управления циклом, в которой проверка производится в теле цикла (пример – оператор exit в языке Ада ssn) |
progr. | structure of the loop body | структура тела цикла (ssn) |