isBrowser function

bool isBrowser()

Implementation

bool isBrowser(
    )
{
    return identical( 1, 1.0 );
}