1 2 3 4 5 6 7 8
#!/usr/bin/env instantfpc {$mode objfpc}{$H+} var i: Integer; begin for i:=0 to ParamCount do writeln(ParamStr(i)); end.