TAIL - Last Listed Elements Command
Returns all but the first element of a list or string.
Level 1
->
Level 1
{
obj
1
...
obj
n
}
->
{
obj
2
...
obj
n
}
"
string
1
"
->
"
string
2
"
Adrian Drury
Last modified: Sun Jun 21 17:12:00 EDT 1998