caar

caar : ((cons (cons z (listof y)) (listof x)) -> z)

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


Beginning Student with List Abbreviations Language