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


Section 5,3: %VAL

 %VAL (arg)
 Forces an actual argument in a CALL statement or function reference
 to be passed by value:  the actual value of the argument is passed
 to the subprogram.  The argument must be 32 bits in size or less.
 If the argument is less than 32 bits in size, it is sign-extended
 to that size.


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