Major Section: PROGRAMMING
(cons x y) is a pair whose first component is x and second component is y. If y is a list, then (cons x y) is a list that has an addtional element x on the front.
(cons x y)
x
y