summaryrefslogtreecommitdiffstats
path: root/tests/008/repeat.txr
blob: dba548318a4455a8f7e146b416f2ac0ca81b4686 (plain)
1
2
3
4
5
6
@(bind a ("a" "b" "c"))
@(output)
@(repeat :counter (i 1) :vars ((x (len a))))
@i @x @a
@(end)
@(end)