Home

sub tail trnc

tailAll Objects Except First

The tail function gets all of the objects in a list except the first or all of the character in a string except the first, as follows:

{a b c}->{b c}
"abc"->"bc"