Top: f77 Up: 5 - Built-in_Functions
Previous: 5 - Built-in_Functions Next: 5,2 - %REF


Section 5,1: %LOC

 %LOC (arg)
 Returns the actual storage address of a data element.  The argument
 can be any data value.  The result is an INTEGER*8 data type on
 Alpha AXP processors, or an INTEGER*4 data type on RISC processors.

 In the case of global symbols, %LOC returns the value of the symbol
 rather than its address.


Top: f77 Up: 5 - Built-in_Functions
Previous: 5 - Built-in_Functions Next: 5,2 - %REF