 
            
            
            
            
                9 Sep
                
                    2010
                
            
            
                9 Sep
                
                '10
                
            
            
            
        
    
                6:50 a.m.
            
        Dear list, Is there a way to do this operator functions in chuck? ">>" Shift all bits to the right ( has the effect of dividing a number by a power of two, but is less expensive in computer time.) "&" Bitwise intersection of two numbers. The & object performs a bit- by-bit "and" of two numbers (expressed in binary for the task). It is similar to the operator found in the C programming language. Any help will be much aprecciated!