Program:	Base
Author:	Rob Gaebler
Date		2/16/99

	Converts an integer from any base to any other base.  First, enter the "digits" of the number in the base you are converting from.  Then enter what base you are converting from and what base you are converting to.  The answer will be a list of "digits."  One neat feature of this program is that the number can have any number of digits (well, less than 1000 digits anyway), and there is almost no restriction on the bases' size (and that condition is displayed when the program is run).