--- slang/examples/assoc.sl +++ slang/examples/assoc.sl @@ -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) {