Difference between revisions of "User:Socke/Testable TestCompileError"

From Free Pascal wiki
Jump to navigationJump to search
(Example with syntax error)
 
m (Fixed syntax highlighting)
 
Line 1: Line 1:
 
{{User:Socke/Testable_Begin|os=Linux|preset=Raspberry|packages=LCL,PascalIO}}
 
{{User:Socke/Testable_Begin|os=Linux|preset=Raspberry|packages=LCL,PascalIO}}
<syntaxhighlight>
+
<syntaxhighlight lang=pascal>
 
program Project1;
 
program Project1;
  

Latest revision as of 13:07, 26 February 2020

program Project1;

begin
  WriteLn('<Hallo&Welt>);
end.