FORTRAN-80 Statement Summary

FORTRAN-SO

IMPLICIT Statement

Category: Nonexecutable, specification

Text Reference: Section 3.1.5

Format

Function

 

 

IMPLICIT type (1[, 1] ... )[,type(1[,I] ... )] ...

Define implicit typing for variable

 

names whose first letter is '1' or in

 

range '1,1.'

 

 

INTEGER Statement

Category: Nonexecutable, specification, type

Text Reference: Section 3.1.2

Format

Function

 

 

INTEGER [* len [,]] name [,name] ...

Define 'name' to be of type integer

 

with length 'len.'

 

 

INTRINSIC Statement

Category: Nonexecutable, specification

Text Reference: Section 5.1.2

. Format

Function

 

 

INTRINSIC fune [,func] ...

Allow intrinsic function(s) 'fune' to

 

be used as actual argument(s).

 

 

LOGICAL Statement

Category: Nonexecutable, specification, type

Text Reference: Section 3.1.3

Format

,.'

Function

LOGICAL [* len [,]] name [,name] ... Define 'name' to be of type logical with length 'len.'

A-8

Page 98
Image 98
Intel fortran-80 manual Fortran-So