#!/usr/bin/perl  

if (1 & 1 == 3 & 1) {
    print "this is NOT True in Perl, C, etc\n";
}
