[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
negative index for the sequence (correction)
- To: Okuno@SUMEX-AIM.ARPA, gls@ZARATHUSTRA.THINK.COM
- Subject: negative index for the sequence (correction)
- From: Hiroshi G. Okuno <Okuno@SUMEX-AIM.ARPA>
- Date: Sat 21 Jun 86 09:36:00-PDT
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: <12216516165.13.OKUNO@SUMEX-AIM.ARPA>
My original message contains a bug. The sentence
> Of course, if the non-negative index which corresponds to a negative one
> exceeds the bound of the sequence, an error is signalled.
should read
If (abs <index>) is out-of-range, an error is signalled.
Thanks,
- Gitchang -
-------