begin
comment separate symbol as string(1);
	string (1) ch;
	ch := "a"; 	write(ch); write(" ");
	read (ch);  write(ch);
end.
