cons

cons is a built-in function in `C source code'.

(cons CAR CDR)

Create a new cons, give it CAR and CDR as components, and return it.