Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "$_ = $subst{$_}\n" for sort keys %roots;
    
  2. or download this
    d = ~((a & b) | c)
    g = ~((a & b) | c) | (a & b)