Repository URL to install this package:
Version:
3.0.0 ▾
|
{ this is allowed now, even in $H- mode because '....' is handled as array in this case (FK) }
var
i : integer;
begin
{ String constants can't exceed 255 chars }
i:=length('12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890');
if i<>290 then
halt(1);
end.