butlast (bl) value
When given a string, returns a new string with the last character removed. The input string is not changed.
butlast [4 5 6 7]
[4 5 6]