Turtle and Observer Command

bl (butlast) [list of data]

Returns the new value of [list of data] with the last item removed. The input list is not changed.

Examples:
bl [4 5 6 7] returns [4 5 6].

Related commands:
bf list se