cdadr

cdadr : ((cons w (cons (cons z (listof y)) (listof x))) -> (listof y))

purpose:
to select the rest of the first list in the rest of a list


Beginning Student Language