REFERENCE

Passes the value of the external routine argument by referencing the address of the location that contains the value of the argument. For example, if an external call contains an argument of 50 passed by reference, the external routine receives the address of a location containing the binary representation of 50.