Could we have all but last of behind the relabel of the all but first of please?

to prevent me having to do things like this :slight_smile:

image

The thing is, when we use linked list format for a list, as we do when you call all but first of, it's fast (constant time) to chop off the first item, but slow (linear time) to chop off the last. So your code that calls reverse twice may be faster than all but last of would be.

But the all but last word of block in the words and sentences library does what you want.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.