Code Pastie ID: 911 (Edit or View CSS/HTML)
begin
  // this is a comment 
  writeln('test');
  { this another comment }
  writeln('testing');
end;