butfirst (bf) value
butfirst
[list of data]
When passed a string, butfirst returns a new string with the first character removed. The input string is not changed.
butfirst [4 5 6 7]
[5 6 7]