A
ajk
Guest
It would be very useful to be able to increment integers by simply putting variable++, and to add to a variable by going variableA += variableB (which would assign variableA + variableB to variableA). Most other languages have this basic functionality so I think it should be built-in here too.
Continue reading...
Continue reading...