Wish Increment/decrement of variables

Pascual Pérez

Member
Licensed User
Longtime User
I think it should be handy to have a more compact way for incrementing variables, for example the line:

variable = variable + 1

could be:

variable++
variable+1
variable+=1


Thanks.
 
Top