[list of data]
Returns [list of data] with the first item removed.
Examples: bf [4 5 6 7] returns [5 6 7].
bf [4 5 6 7]
[5 6 7]
Related commands: bl list se