Intel fortran-80 manual DATA Statement Category: Nonexecutable

Models: fortran-80

1 130
Download 130 pages 742 b
Page 94
Image 94
DATA Statement

f'ORTRAN-80 Statement Summary

FORTRAN-SO

DATA Statement

Category: Nonexecutable

Text Reference: Section 3.3.5

Format

Function

 

 

DATA nlist/ clist/[[,) nlist/ elist/) ...

Assign values in 'elist' to items in

 

'nlist.'

 

 

DIMENSION Statement

Category: Nonexecutable, specification

Text Reference: Section 3.2.1

Format

Function

 

 

DIMENSION a(d) [,a(d)) ...

Name array(s) 'a' and define

 

dimension(s) 'd.'

 

 

DO Statement

Category: Executable

Text Reference: Section 4.2.2

 

Format

 

Function

 

 

 

DO stl [,) var = el, e2 [,e3)

 

Define beginning of DO loop and

 

 

 

set up loop counters.

 

 

 

 

Notes:

 

 

 

stl

label of last (executable) statement in DO loop

var

DO variable

 

el

initial loop index value

 

e2

loop termination value

 

e3

loop increment/ decrement amount

 

 

ELSE Statement

Category: Executable, block IF

 

Text Reference: Section 4.1.9

 

 

 

 

Format

 

Function

 

 

 

ELSE

 

Continue execution; provides

 

 

alternate execution path from IF or

 

 

ELSE IF.

 

 

 

A-4

Page 94
Image 94
Intel fortran-80 manual DATA Statement Category: Nonexecutable