[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(prog1 (trunc x y))
- To: common-lisp at SU-AI
- Subject: (prog1 (trunc x y))
- From: Alan Bawden <ALAN at MIT-MC>
- Date: Tue, 16 Nov 1982 19:45:00 -0000
I believe the LispMachine uses (VALUES (TRUNC X Y)) to force the return of
a single value. What could be clearer?