Find words which contain the most consonants: Difference between revisions

Line 442:
 
=={{header|ALGOL W}}==
<lang algolwpascal>begin % find the words longer than 10 characters that contain most consonants %
% an element of a WordList %
record WordListElement ( string(32) w; reference(WordListElement) next );
3,043

edits