12
votes
Does any Common Lisp function return 3 values?
Yes, such functions exist. Here is the complete list of functions in the COMMON-LISP package that return exactly three values, as declared in SBCL source code:
COMPILE …
