On jeudi 29 janvier 2009, Jussi Lahtinen wrote:
> Hi!
>
> Now I have to write like this;
> ff = ff ^ 1.2
> instead of this;
> ff ^= 1.2
>
> I think this is rarely used (not rare in my project), but nice to
> have. I was little suprised that it is absent.
> So, low priority.
> Thanks!
>
>
> Jussi
>
Hi!
Now I have to write like this;
ff = ff ^ 1.2
instead of this;
ff ^= 1.2
I think this is rarely used (not rare in my project), but nice to
have. I was little suprised that it is absent.
So, low priority.
Thanks!
Jussi
-