This directory contains some working example GNU Smalltalk programs.
The programs are:

prthier.st	prints out the class hierarchy, indented according to
		the number of super classes a class has.

memusage.st	This is really more of a test suite kind of program.  It
		iterates through all the objects in the system, counting
		up how much storage has been used by each, and printing a
		total at the end.  It has found more bugs in the memory
		management system than I care to admit.

randomin.st
		Provides methods that generate a random integer in a specific
		range.
