cloop icon indicating copy to clipboard operation
cloop copied to clipboard

Add support decrementing loop variables

Open asqui opened this issue 7 years ago • 0 comments

It's not possible to decrement the loop variable!

I'm currently working around this by using a custom class derived from int which redefines __iadd__ as __isub__ but some of my colleagues have complained that this makes my code harder to follow.

Please add support for decrementing loop variables!!!1

PS: Great lightning talk ;-)

asqui avatar May 12 '18 22:05 asqui