cadr
cadr : ((cons Z (cons Y (listof X))) -> Y)
purpose:
to select the second item of a non-empty list
Intermediate Student with Lambda Language