On Wed, Nov 4, 2009 at 10:41 PM, Tony Arcieri <tony / medioh.com> wrote:
>
> The ++ operator, far more than just being syntactic sugar for +=1, would
> allow you to send an "increment" message to any object, which would change
> its value in place, i.e.

And how exactly would you change the value of 1 in place?

martin