Intel fortran-80 manual REWIND Statement

Models: fortran-80

1 130
Download 130 pages 742 b
Page 101
Image 101
REWIND Statement

FORTRAN-80

FORTRAN-SO Statement Summary

 

REWIND Statement

Category: Executable

 

 

Text Reference: Section 6.2.4

 

 

 

 

 

Formats

 

Function

 

 

 

REWIND unit

 

Reposition file connected to 'unit'

REWIND (arg-list)

 

at its initial point.

 

 

 

Notes:

 

 

'arg-list' includes the following specifiers:

[UNIT =] unit

unit specifier

lOSTA T = stname

110 status specifier

ERR = stl

error specifier

SA VE Statement

Category: Nonexecutable, specification

Text Reference: Section 5.2.5

Format

Function

 

 

SAVE /cb / [,/cb/] ...

Save data in common block 'cb' on

 

return from subprogram.

 

 

Statement Function Statement

Category: Nonexecutable

Text Reference: Section 5.1.3

Format

 

Function

 

 

 

func ([d[,d] ... J) = exp

 

Define function 'func' with dummy

 

 

argument(s) 'd;' 'exp' is an expres-

 

 

sion.

 

 

 

 

STOP Statement

Category: Executable

 

 

Text Reference: Section 4.3.2

 

 

 

 

 

Format

 

Function

 

 

 

STOP [msg]

 

Terminate program execution;

 

 

'msg' IS 1-5 digits or a character

 

 

constant.

 

 

 

A-II

Page 101
Image 101
Intel fortran-80 manual REWIND Statement