Input Test File for Project 1

Note: To create an input file you can use to test Project 1 have your browser save this Web page on a disk file and then use a text editor to remove the extraneous html stuff at the start and end of the disk file.

--------------- CUT THIS LINE AND ALL ABOVE IT ----------

{Input File to Test Project 1}
program test1(in,out)begin
procedure{garbage}function var:real integer;{more
garbage and
trash}array[123..456]of boolean;
= <> <= >= < >
A:=-3+40.00-5E6*6.0E+23/7.12345E-23
B:=+8div-9mod-10E+C     11E-A   12Error
F[13]+G(14)+H[15]-I(16)-J
if true then A := 50else B	:= 70;
while false or true and not false do E := 80end.

--------------- CUT THIS LINE AND ALL BELOW IT ----------

Kenneth E. Batcher - 1/12/2003