mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 14:39:34 +02:00
no message
This commit is contained in:
parent
4cdeccdab7
commit
cfc42059a7
@ -9,8 +9,8 @@ Var
|
||||
A : Array of Integer;
|
||||
|
||||
begin
|
||||
// Commented version does work.
|
||||
// If (Length(A)=0) then
|
||||
If Not Assigned(A) then
|
||||
Writeln('All OK');
|
||||
halt(0)
|
||||
else
|
||||
halt(1);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user