mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
8 lines
95 B
ObjectPascal
8 lines
95 B
ObjectPascal
var
|
|
l: longint;
|
|
begin
|
|
for l:=1 to 255 do
|
|
if paramstr(l) <> '' then
|
|
halt(1);
|
|
end.
|