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