<<nobr>> <<set _tab to ["a","b","c","d","e"]>> <table> <<for _i to 0; _i lt 5; _i++>> <tr> <th>_i</th> <td>_tab[_i]</td> </tr> <</for>> </table> <</nobr>>