begin
comment print contents of string variable;
	string (20) s;
	s := "abcd123fgh";
	write(s);
end.
