Help for this page

Select Code to Download


  1. or download this
    role Node;
    
    ...
    my $john = Primative->new(label => "John");
    my $fred_and_john = Conjunction->new(left => $fred, right => $john);
    ...;
    
  2. or download this
    my $demorgans_laws = sub
    {
    ...
       
       return $tree;
    };