Code Pastie ID: 123 (Edit or View CSS/HTML)
uses
  pwinit, pwmain;

begin
  outln('this is nice!!!');
  outln('we can discuss web programs together');
  outln('and they are source code highlighted.');
  (* test comments *      
   * test comments *)
  outln('and this is my test.');
end;

ciao