top | item 45855837

(no title)

zygentoma | 3 months ago

It's more meant for usage with variables:

  for i in 0..length {
    …
  }

  for i in 0..=maxindex {
    …
  }

discuss

order

No comments yet.