[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Forcing one value from a function



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