[stringtemplate-interest] New question
David Moshal
dmoshal at gmail.com
Thu May 11 23:14:17 PDT 2006
Sorry to be such a pest, here's a new question:
If know that I can get an iterator in the following way:
$arr:{
$i$
}$
but what if I want nested iterators?
ie: in java
for (int i=0; i<10; i++)
{
for (int j=0; j <10; j++)
{
}
}
is there a way in ST to get nested iterators? (I know one can get the nested
values of the collection)
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org:8080/pipermail/stringtemplate-interest/attachments/20060511/92ae00a0/attachment.html
More information about the stringtemplate-interest
mailing list