Letter frequency: Difference between revisions

m
→‎{{header|Wren}}: Corrected libheader.
(→‎{{header|Ruby}}: add tally example)
m (→‎{{header|Wren}}: Corrected libheader.)
Line 5,953:
 
=={{header|Wren}}==
{{libheader|FmtWren-fmt}}
As we have a copy to hand, we count the number of letters in the MIT 10000 word list which apparently contains nothing other than lower case letters.
<lang ecmascript>import "io" for File
Line 6,015:
Total characters in text file = 75880 minus 10000 \n's = 65880
</pre>
 
 
=={{header|XPL0}}==
9,490

edits