Re: Opposite of ~^ FORMAT Directive
- From: Richard M Kreuter <kreuter@xxxxxxxxx>
- Date: Sun, 29 Apr 2007 00:48:10 -0400
vy <volkan.yazici@xxxxxxxxx> writes:
Hi,
Is it possible to make FORMAT print a phrase just in the first element
of a ~{...~} list iteration. (Like opposite of ~^.)
Assuming I'm parsing your question right,
CL-USER> (format t "~1{~A~}" '(foo bar baz))
-| FOO
=> NIL
.
- References:
- Opposite of ~^ FORMAT Directive
- From: vy
- Opposite of ~^ FORMAT Directive
- Prev by Date: Re: Opposite of ~^ FORMAT Directive
- Next by Date: Re: copying arrays
- Previous by thread: Re: Opposite of ~^ FORMAT Directive
- Next by thread: copying arrays
- Index(es):
Relevant Pages
|