ZZ << ZZ

i << j -- shifts the bits in the integer i leftward j places.

     i1 = 2 << 5
     
     o1 = 64
     

See also >>.

Go to main index.

Go to concepts index.