[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question regarding FORMAT with ~:^ within ~:{
- To: R Dunbar Poor <edsel!r@labrea.stanford.edu>
- Subject: Re: Question regarding FORMAT with ~:^ within ~:{
- From: "Daniel L. Cerys" <Cerys@XX.LCS.MIT.EDU>
- Date: Wed, 11 Nov 87 11:06:33 EST
- Cc: common-lisp@sail.stanford.edu
- Sender: cerys@RTS-12
> The question is, what should this form return:
>
> (format nil "~:{~@?~:^...~}" '(("a") ("b")))
Like the other MIT-based LISPM, the TI Explorer returns "a...b".
So far, Nick Gall seems to have the best explanation for this.
Dan