Turtle, Observer, Patch

butfirst (bf) value

Parameters:
value List or string A list of data or a string

Description:
When passed a list, butfirst returns a new list [list of data] with the first item removed. The input list is not changed.

When passed a string, butfirst returns a new string with the first character removed. The input string is not changed.

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

Related Commands:
butlast first last lput sentence