[net.lang] Merry Christmas from Imp80

jd@ukc.UUCP (11/06/83)

	Here is the code for "Merry Christmas" in Imp80.

%begin
	%integer index

	%for index = 1, 1, 15 %cycle
		Print String("Merry Christmas")
		New Line
	%repeat
%end %of %program