Given two values aCar and aCdr, return the pointed pair containing these two values.
aCar
aCdr
the first element of the pair
the second element of the pair
Given two values
aCar
andaCdr
, return the pointed pair containing these two values.