test0004.pas 180 B

12345678
  1. {$UNITPATH ../../rtl/linux}
  2. {$INCLUDEPATH ../../rtl/unix;../../rtl/inc;../../rtl/unix;../../rtl/sparc}
  3. PROGRAM SparcTest;
  4. CONST
  5. s:STRING='Hello World!';
  6. BEGIN
  7. WriteLn(s);
  8. END.