Am 14.12.2015 um 12:55 schrieb scott:
>> #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 :-)
No, it just means that the syntax is a bit on the minimalistic side ;)
Post a reply to this message
|