Help for this page

Select Code to Download


  1. or download this
    s/& \(0\+255\)//;
    
  2. or download this
    my $have = q{clrf    __pbssCOMRAM& (0+255),c};
    my $want = q{clrf    __pbssCOMRAM,c};
    ...
    
    print "$have\n$want\n";
    print "They ", ($have eq $want ? '' : "don't "), "match\n";
    
  3. or download this
    s/\Q& (0+255)//;