Function: cl-values

Return multiple values, Common Lisp style.
The arguments of `cl-values' are the values
that the containing function should return.

(fn &rest VALUES)