local value = 0 repeat print(++value) until value % 6 == 0