[cl-who-devel] loop problem

Jens Teich info at jensteich.de
Sat Sep 27 10:26:41 UTC 2008


I need this expression for creation of a macro:

WEBCAT 24 > (WITH-HTML-OUTPUT (*STANDARD-OUTPUT*)
               (LOOP FOR ITEM
                     IN '((FMT "12") (FMT "13"))
                     DO (HTM (:TD ITEM))))
<td></td><td></td>
NIL

how do I have to correct the expression so that the output is

<td>12</td><td>13</td>
NIL

Jens



More information about the Cl-who-devel mailing list