Following statement returns the union of the two list in LISP.

1. >(L1 UNION L2)
2. >(union L1 L2)
3. >Union L1
4. >(L1 union L2)