i = 0
while true
  console.log i
  i++
  break unless i < 14

