User:Socke/Testable TestCompileError

From Free Pascal wiki
< User:Socke
Revision as of 22:13, 21 September 2014 by Socke (talk | contribs) (Example with syntax error)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
program Project1;

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