◄Up► ◄Contents► ◄Index► ◄Back► ─────REFERENCE Attribute──────────────────────────────────────────────────── Forces an actual argument to be passed by reference. The formal argument receives the address of the actual argument rather than a copy of the actual argument. Any local change to the formal argument alters the value of the actual argument that called the routine. By default, all FORTRAN formal arguments are passed by reference. Restrictions: Applies to formal arguments only See Also: ◄Formal Argument► ◄Actual Argument► ◄VALUE► -♦-