Turtle and Observer Command

bf (butfirst) [list of data]

Returns [list of data] with the first item removed.

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

Related commands:
bl list se