Closed iduhetonas closed 11 years ago
Here is the code that was run.
program Program1; var A : integer; Fred : integer; begin A := 1; end.
Here is the code that was run.