|
|
Nicolas George wrote:
> For example, consider the following code:
>
> #local n = 10;
> #local t = 0;
> #while(t < 1)
> #local t = t + 1/n;
> #end
>
Well, t's a a reserved identifier, but otherwise....
If you change it count from 0 to "< 10" in increments of 1 (ie in integers), it's
fine.
Dan
Post a reply to this message
|
|