Help for this page
while (1) { S; last if (B); T; }
do { S; } while (!B) { T; }
do { S; ... while (!B) { T; }
loop { S; } while (!B) { T; }