Value = BChg ( Number , Bit )
Returns Number with its Bitth bit inverted.
PRINT BChg(15, 1) 13
PRINT BChg(13, 1) 15
AND, Arithmetic operators, BClr, BSet, BTst, FALSE, NOT, OR, Shl, Shr, TRUE, XOR