A++?

BlitzMax Forums/BlitzMax Programming/A++?

Whats the max equivalent of a++ (a=a+1)?

I know its a lame question, but i know its there, just cant find any examles

a :+ 1

A :+ 1

Or, if used like call( a++, b, c ) it would be
call( a, b, c )
a :+ 1

Learn C++, dang it.

lol thanks.