4 lines
67 B
ObjectPascal
4 lines
67 B
ObjectPascal
begin
|
|
for var i:=1 to ParamCount do
|
|
Print(ParamStr(i));
|
|
end.
|