background image Chris Johnson, Index
Event Handling





	while Input != Quit loop
		System.out.print(">");
		readline(Input);
		perform_command(Input);
	end loop;











forward