TotalView User Guide : Part V: Debugging : Evaluating Expressions : Using Programming Language Elements : Using Fortran

Using Fortran
When writing code fragments in Fortran, you need to follow these guidelines:
*
In general, you can use free-form syntax. You can enter more than one statement on a line if you separate the statements with semi-colons (;). However, you cannot continue a statement onto more than one line.
*
You can use GOTO, GO TO, ENDIF, and END IF statements; Although ELSEIF statements aren’t allowed, you can use ELSE IF statements.
*
*
You can use the following data types and declarations in a Fortran expression:
*
You can use the INTEGER, REAL, DOUBLE PRECISION, and COMPLEX data types.
*
*
You can only use simple declarations. You can’t use a COMMON, BLOCK DATA, EQUIVALENCE, STRUCTURE, RECORD, UNION, or array declaration.
*
*
TotalView assumes that integer (kind=n) is an n-byte integer.

Rogue Wave Software, Inc.
Voice: (303) 473-9118
rwonlinedocs@roguewave.com