[list of data]
Returns a new list [list of data] with the first item removed. The input list is not changed.
Examples: bf [4 5 6 7] returns [5 6 7].
bf [4 5 6 7]
[5 6 7]
Related commands: bl list se