 			AnalytiCalc8 This area contains code for AnalytiCalc, a public domainD spreadsheet program under development by Glenn Everhart. All sourcesB are in Fortran 66 and initial work is for RSX11M+. To move to Vax,@ it may be sufficient to change references to TI: into referencesA to TT: and add the assembly language GETMCR supplied, though some E work on the UVT100 routines may be needed. In a pinch, simple Fortran   writes of the characters may do.A 	This program was developed from Decus #VAX-15, Calc, to which it H owes much of its expression parsing. Calc was extended by G. Everhart toH handle the larger symbol name space and made into a subroutine to permitF it to be called and to keep it from printing messages when called fromE the main program. The original capabilities were however retained and D AnalytiCalc permits one to drop into the interactive calculator modeH and reenter the spreadsheet mode on command. Output formats are standardH Fortran format designators EXCEPT that the letters A or L alone indicateF that the formula buffer is to be displayed as text (up to the column'sD width) rather than displaying the number. If the format nAw is used,A the numeric will be displayed in that format, so no capability is C lost. Internal representations are normally Real*8, but if the type ? is set as integer, numbers are converted to/from Integer*4 when B moving to/from storage. This permits one to use O and Z formats inC output, so that if octal or hex are meaningful, they are available.  					Glenn C. Everhart
 					12/22/82  	Documents are; 	ANALYTCLC.RNO	HELP file and general manual for AnalytiCalc < 	AnalytiCalc.DOC	Further info and customization instructions6 	README.1ST	General installation starting instructions: 	PCG.DOC		Document for PCGRAF, the graphics output program 				that goes with AnalytiCalc. 