Am 13.08.2018 um 22:26 schrieb Henrique Andrade:
Em 13 de agosto de 2018, Allin escreveu:
(...)
> Anyway, if I don't get any substantial support for this notion I'll
> quietly give it up.
I don't know if this can be considered as substantial [:)], but other
languages support decrementing:
Well, hansl does so, too:
loop for (i=10; i > 0; i--)
print i
endloop
And so the discussion is about syntactic sugar, not about the feature
per se.
cheers,
sven