label FORMAT (format descriptor, ...)

Example

WRITE (*, 100) INumber

100 FORMAT (1X, 'This is a test:', I6)

'Programming > Fortran' 카테고리의 다른 글

Formatted WRITE Statement  (0) 2008.11.24
Formatted READ Statement  (0) 2008.11.24
CLOSE Statement  (0) 2008.11.24
BACKSPACE Statement:  (0) 2008.11.24
WHILE Loop Construct  (0) 2008.11.24

+ Recent posts