Copy except the first element

butfirst collection
butfirst word
bf collection
bf word

If the argument is a collection (list or array), creates its copy without the first element.
If the argument is a word, returns its copy without the first letter.

Example:

print bf [a b c]
print bf "word

Output:

[b c]
ord

See also:

Array
List
Word

Table of Content