arcatdmz / magic-box

Automatically exported from code.google.com/p/magic-box
0 stars 0 forks source link

{ } don't work for iteration count #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This code will break:

( {some_variable}

... code goes here
)

It only allows a fixed number or @some_variable.
{some_variable} would be really useful for more complex repeaters.

Original issue reported on code.google.com by walm...@gmail.com on 2 Sep 2010 at 9:28