Arc Forumnew | comments | leaders | submitlogin
2 points by oddbod 5937 days ago | link | parent

Tcl lrange: http://tcl.tk/man/tcl8.5/TclCmd/lrange.htm

    (subseq "hello" 0 'end)
    "hello"
    (subseq "hello" 0 -1)
    "hell"