[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question regarding FORMAT with ~:^
- To: common-lisp@sail.stanford.edu
- Subject: Re: Question regarding FORMAT with ~:^
- From: robbins%expert.DEC@decwrl.dec.com
- Date: Tue, 10 Nov 87 13:06:36 PST
>> I have a question regarding the correct behavior of FORMAT. Please
>> open up your CLtL books to page 406 and tell me what the following
>> construct should return:
>>
>> (format nil "~:{~@?~:^...~}" '(("a") ("b")))
>>
Should return "a" for exactly the reason you gave. Otherwise "To
terminate the entire iteration process, use ~:^." is meaningless.
I agree with those who prefer "a"
By the way, VAX-Lisp returns "a"
-- Rich