RosettaCodeData/Task/Letter-frequency/00DESCRIPTION
2016-12-05 22:15:40 +01:00

6 lines
181 B
Text

;Task:
Open a text file and count the occurrences of each letter.
Some of these programs count all characters (including punctuation),
but some only count letters A to Z.
<br><br>