B

FORTRAN Language Manager

FORTRAN Language Manager

Type Name

lang_ftn

Title

FORTRAN

Description

In general, this manager supports the FORTRAN expressions and declarations described in the FORTRAN language reference manual for your system, plus the debugging extensions listed under \Syntax."

Syntax

declaration

A declaration of a variable, restricted to the following syntax:

[external ] type name fidenti￿er [(integer )]g, . . .

type name: INTEGER INTEGER*2 INTEGER*4 INTEGER*8

REAL

REAL*4

REAL*8

REAL*16

DOUBLE PRECISION COMPLEX COMPLEX*8

DOUBLE COMPLEX COMPLEX*16

LOGICAL

Language Managers B-13