| Liste des Groupes | Revenir à cl c |
The increment is part of its behaviour. At the language level, I could
explain how FOR is implemented, but I'd rather not do that.
A note that upper and lower limits must be in the range i64.min + s
.. i64.max - s (where s is the step size) can suffice.
>
What's far more useful is that it naturally works with i64 so has
limits 4 billion times bigger than you get with C's default 'int'
type.
Maybe the language can detect overflow, but it won't help, as you want
to loop to stop not abort the program. So it is not a solution.
Les messages affichés proviennent d'usenet.