BITOR( ) Function Example
x = 5 && 0101 binary y = 6 && 0110 binary ? BITOR(x,y) && Returns 7, 0111 binary