Code Pastie ID: 8796 (Edit or View CSS/HTML)
procedure blah;
begin
  writeln('foo bar');
end;

begin
  writeln('paste test');
  blah;
end.