[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Multiple values
- To: BUG-LISP at MIT-MC
- Subject: Multiple values
- From: Carl W. Hoffman <CWH at MIT-MC>
- Date: Sat, 22 Aug 81 06:28:00 GMT
- Cc: LAMP at MIT-MC
- Original-date: 22 August 1981 02:28-EDT
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.