On Fri, Nov 01, 2002 at 12:21:43PM -0800, Michael Lazzaro wrote:
>   +&    +|    +^    <<    >>    - bitwise (integer) operations
>   +&=   +|=   +^=   <<=   >>=

I might have missed this, but if + introduces bitwise operations,
why aren't we using it in the shift operations?  

    +&    +|    +^    +<    +>    - bitwise (integer) operations
    +&=   +|=   +^=   +<=   +>=

Would seem to be more consistent and frees up << and >> for something
else.

andrew
-- 
Virgo: (Aug. 23 - Sept. 22)
It's been almost three decades, but you think you're finally beginning
to recover from the long, national nightmare of Vietnam movies.

Reply via email to