mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
* Erase the temp file.
git-svn-id: trunk@39868 -
This commit is contained in:
parent
ddb4e37104
commit
ff3d7862d6
@ -30,6 +30,8 @@ begin
|
|||||||
if b<>10 then
|
if b<>10 then
|
||||||
halt(1);
|
halt(1);
|
||||||
write;
|
write;
|
||||||
|
close(f);
|
||||||
|
erase(f);
|
||||||
writeln('ok');
|
writeln('ok');
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user