1 2 3 4 5 6 7 8 9 10 11 12 13
{ %norun } { %opt=-Sew } procedure t; var f:array[1..10] of text; begin assign(f[1],paramstr(0)); end; begin t; end.