Hacker News new | ask | show | jobs
by zygentoma 225 days ago
It's more meant for usage with variables:

  for i in 0..length {
    …
  }

  for i in 0..=maxindex {
    …
  }