in reply to Re: a farewell to chop
in thread a farewell to chop

That also shows the similarity between chop on a string and pop on a list.

Why not provide all the same commands (perhaps as members) that treat a string semantically as a list of characters? Have push, pop, shift, and unshift. substr is like splice.

—John