Help for this page
multi sub infix:<-> (%main, %dict) { my %difference; ... } return %difference; }
my %missing-words = %book-words - %dictionary;