Arc Forumnew | comments | leaders | submitlogin
8 points by nex3 5938 days ago | link | parent

I vote yea!

I think lists should support this as well, if strings and arrays do. Also, indexing from the back also comes in very handy:

  > ("foobar" -3)
  #\a
  > ("foobar" -4 -2)
  "oba"