tail
| 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..$]. |
| pwa/p2js: | Supported. |
| Implementation: | See builtins\pseqc.e (an autoinclude) for details of the actual implementation. |