mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 21:29:28 +02:00
* removed interactiveness from the test
git-svn-id: trunk@30862 -
This commit is contained in:
parent
31037d0664
commit
3efd54cbd6
@ -10,8 +10,7 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Buf[0] := 'A';
|
Buf[0] := 'A';
|
||||||
writeln(ord(Buf[0]));
|
|
||||||
StrPLCopy(Buf, '', 0);
|
StrPLCopy(Buf, '', 0);
|
||||||
writeln(ord(Buf[0]));
|
if Buf[0]<>#0 then
|
||||||
readln;
|
halt(1);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user