Help for this page

Select Code to Download


  1. or download this
    multi sub infix:<-> (%main, %dict)  {
        my %difference;
    ...
        }
        return %difference;
    }
    
  2. or download this
    my %missing-words = %book-words - %dictionary;