print "$_ is ", (isogram() ? 'not ' : ''), "an isogram\n" for @ARGV;