BITCLEAR( ) Function Example
x = 7 && 0111 binary y = 1 && 2nd bit position (0 = 1st bit position) ? BITCLEAR(x,y) && Returns 5, 0101 binary