for i in 1..5 next if i % 2 == 0 # If the remainder of i / 2 is zero, we go to the next iteration of the loop. print i end