[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Forcing one value from a function
- To: common-lisp at SU-AI
- Subject: Forcing one value from a function
- From: Guy.Steele at CMU-CS-A
- Date: Tue, 16 Nov 1982 19:38:00 -0000
I have been given to believe that in Lisp Machine LISP
the approved convention is
(VALUES (FLOOR x y))
to get back exactly one value. I suppose this might be
somewhat misleading to the novice.
--Guy