UniSet 2.45.1
Класс st2js.ir.IRRepeatLoop

Статические открытые данные

list body [IRStatement]

Подробное описание

REPEAT..UNTIL loop: REPEAT body UNTIL condition END_REPEAT.

Note: the condition is the exit condition (loop continues while NOT condition).