continue.ion 99 B

123456
  1. for value in 1...10
  2. if test 0 -eq $(( value % 2 ))
  3. continue
  4. end
  5. echo $value
  6. end