Rem Shr is a binary operator that performs the shift to right function. End Rem b=-1 for i=1 to 32 print bin(b) b=b shr 1 next