a <- 0; loop: if ( a >= 10 ) goto next; a <- a + 1 goto loop; next:


간결한게 마음에 드네