Compaq Fortran 77 Release Notes for OpenVMS VAX Systems
*HyperReader |
|
Table 2-1: Pascal DEBUG Syntax for Fortran Pointee Expressions Fortran Type Pascal DEBUG Syntax Whole variable X X^ Character substring X(2:3) X^[2:3] Array reference X(2,3) X^[2,3] Field reference X.F X^.F Field array reference X(3).F X^[3].F
|