--- slang-1.4.7/examples/assoc.sl.orig 2002-12-09 07:18:54 +0300 +++ slang-1.4.7/examples/assoc.sl 2002-12-29 21:03:23 +0300 @@ -1,7 +1,7 @@ % This example illustrates the use of associative arrays. % The function 'analyse_file' counts the number of occurrences of each word % in a specified file. Once the file has been read in, it writes out -% the list of words and number of occurrences to the file counts.log +% the list of words and number of occurrences to the file count.log define analyse_file (file) {