Definition: | sequence res = tail(sequence src, integer size=-1) |
Description: |
Return the last size elements of src .
src: the sequence of which the tail is to be obtained. size: number of elements required. If omitted, returns src[2..$]. |