Boolean = BTst ( Number , Bit )
Returns if the Bitth bit of Number is set.
PRINT BTst(15, 1) TRUE
PRINT BTst(13, 1) False
AND, BChg, BClr, BSet, NOT, OR, Rol, Ror, Shl, Shr, XOR