		EXAMPLE-1


This very simple demonstration program implements a
'word counter'. It reads an ASCII file and displays
an alphabetical list with the word frequencies.

It uses only one BTREE to do so.

Files:

  EXAMPLE.exe: dos executable.
	       The word counter.

  INPUT.txt: ASCII file.
	     Input file for EXAMPLE.
	     You can use any other ascii file you like.


