Boolean = BTst ( Number , Bit )
Returns if the Bitth bit of Number is set.
Example :
PRINT BTst(15, 1) => True PRINT BTst(13, 1) => False