On 12/12/06, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote:

   html {
      table {
        for {set i 0} {$i < 10} {incr i} {
           tr {
              td {
                ....
              }
              td {
                ...
              }
           }
        }
      }
   }


I am weeping quietly into my sleeve...

   http://www.gigamonkeys.com/book/macros-standard-control-constructs.html

Reply via email to