Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's more meant for usage with variables:

  for i in 0..length {
    …
  }

  for i in 0..=maxindex {
    …
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: