Arc Forumnew | comments | leaders | submitlogin
5 points by nex3 5918 days ago | link | parent

"End of string" is specified by not passing a fourth parameter:

  > (cut "abcde" 1)
  "bcde"
See http://arclanguage.org/item?id=2267.