procedure main() i := 0 repeat { write(i +:= 1) if i % 6 = 0 then break } end