1. Pass by reference for USING parameters For the formal parameters p1 p2 ..., no local data object is created in the subroutine.
Instead, when it is called, a reference is passed to the specified a.....
Pass by Value, Pass by Reference 이해하기에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.