for variable (first) to (last) do (block of statements);
var Loop:Longint; Begin For Loop:=1 to ParamCount do Writeln(ParamStr(Loop)); end;