Returns new list built from objects A and B. If A and B are evaluated to atoms, new list, consisting of A and B, will be built. If B is list, then A will be inserted to the beginning of B.
Example:
(CONS ‘A ‘(B C) ) ; builds list (A B C)