P
Peter Morris
Is there a shorthand increment operator ?
eg something like :
Inc(long.variable.name)
which would be easier to read than
long.variable.name = long.variable.name + 1
Also decrement too.
eg something like :
Inc(long.variable.name)
which would be easier to read than
long.variable.name = long.variable.name + 1
Also decrement too.