The following statement from the example for BITAND( )

isNT = not bitset( v, 31 ) // High bit clear if NT

uses BITSET( ) to check the high bit of the value returned by the GetVersion( ) Windows API function. If the bit is not set, the operating system is Windows NT.