> #local { i: 1, n: 10 } > #loop ... > #local { i: @i + 1 } > #if (@i <= @n) > , > #continue > #else > #break > #end > #end You know something has gone very wrong when a for loop looks like that :-) How about: for i 1 10 { ... }
Post a reply to this message