pastebin.ch - Syntest

Subject
Syntest
Author
xlq
Description
Testing syntax highlighting
Posted on
Fri, 05 Mar 2010 19:56:56 +0100
Content
unit Test;
 
interface
 
type
  TTest = class
    public
      procedure SayHello;
  end;
 
implementation
 
procedure TTest.SayHello;
begin
  WriteLn ('Hello, world!');
end;
 
end.
Don't email to hereI'm now supporting the experiment spamschlucker.org too :)