FORMAT question
This is probably simple (as most things in FORMAT are), but I've not yet
figured it out... I'd like to process a list, but print out the # of
each item. For example:
> (format t "~{~a~%~}" '(this that foobar))
THIS
THAT
FOOBAR
But, what I'd like to see is:
1. THIS
2. THAT
3. FOOBAR
Is there a simple method of making ~{ enumerate each item?
Thanks!
Jeff M.
_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html