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