drop n xs
returns the remaining elements of xs (without the first n)
Source code:
lrange $xs $n [expr [llength $xs]-1]