//要点6: Result 可以参与运算, "函数名"不可以 function MyFun(x,y: Integer): Integer; begin Result := x + y; Result := Result * 2; end;
深入方法(6)- Result
原文:https://www.cnblogs.com/fansizhe/p/12729683.html