digitcnt.icn: Procedure to count number of digits in file

procedure digitcnt:        count digits in file

link digitcnt
July 15, 1995; Ralph E. Griswold
This file is in the public domain.

This procedure counts the number of each digit in a file and returns
a ten-element list with the counts.

Source code | Program Library Page | Icon Home Page