procedure numstring(N:Integer; Var S:String)
begin
………
end;
(N:Integer; Var S:String)中的N:前面为什么不加Var?而在S:前为什么要加Var?