no message

This commit is contained in:
florian 2004-05-16 15:03:02 +00:00
parent 4cdeccdab7
commit cfc42059a7

View File

@ -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.