Intel fortran-80 manual SUBROUTINE Statement Category: Executable

Models: fortran-80

1 130
Download 130 pages 742 b
Page 102
Image 102
SUBROUTINE Statement

FORTRAN-80 Statement Summary

FORTRAN-80

SUBROUTINE Statement

Category: Executable

Text Reference: Section 5.2.2, 5.2.3

 

.~ormat

Function

 

 

 

 

 

SUBROUTINE sub [([d[,d] ... ])]

Define SUBROUTINE subprogram

 

 

 

'sub' with dummy argument(s) 'd.'

 

 

 

 

 

WRITE Statement

Category: Executable

 

Text Reference: Section 6.3.2

 

 

 

 

 

 

Format

 

Function

 

 

 

 

 

WRITE (ctl-list) [outlist]

 

Output item in 'outlist' as directed

 

 

 

by controls in 'ctl-list.'

 

 

 

 

Notes:

'ctl-list' includes the following specifiers:

[UNIT =] unit [FMT =] f REC = recno lOST AT = stname ERR = stl

unit specifier format specifier record number specifier I/O status specifier error specifier

A-12

Page 102
Image 102
Intel fortran-80 manual SUBROUTINE Statement Category: Executable