NTHCDR

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - orig-n    
  - orig-list    

Description:

Returns the tail of <list> that would be obtained by calling REST <n> times in succession, i.e. without its <n> first elements.

Ex. (nthcdr 2 '(1 2 3 4 5 6)) ==> (3 4 5 6)