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

Multiple values



From:     LAMP@MIT-MC
Date: Wed, 20 Aug 81 22:01:15 GMT
Original-Date: 08/20/81 18:01:15 EDT
Subject:
    I've got a question about multiple values.
    Do you know why  (multiple-value (a1 a2 a3)
                       (let ((s1 3) (s2 2) (s3 4))
		         (values (+ s1 s2) (+ s2 s3) (+ s1 s3))))
    gives an error message?  I tried it in the lisp under
    a macsyma.                 Evan	

Can somebody answer this?  It seems fine to me.