AndBit ( a, b )

Returns the bitwise AND operation of 2 numbers.


Example:
    AndBit ( 5, 9 )

This will return 1.