Help for this page

Select Code to Download


  1. or download this
    {
        vec(my $str, 2, 1) = 1;
        vec($str, 5, 1) = 1;
    ...
            $str & $foo == $str;
        }
    }
    
  2. or download this
    {
        vec(my $str, 2, 1) = 1;
        vec($str, 5, 1) = 1;
    ...
            not ($foo & $str) ^ ($bar & $str);
        }
    }