Hello!

I have a simple question here:
How does an IF statement react on bitwise commands like this:
a = 0x07;
b = 0x02;

if(a&b)
DoSomething();