i = 0 do { i += 1 show_message(string(i)) } until (i mod 6 = 0)