Next: PAUSE Statement
Up: Obsolescent Features
Previous: ASSIGN ed FORMAT Statement
Used to represent strings in a format statement like this:
WRITE(*,100)
100 FORMAT(17H TITLE OF PROGRAM)
use Hollerith strings are out-of-date as strings can now be delimited by
single or double quotes:
WRITE(*,100)
100 FORMAT('TITLE OF PROGRAM')
Next: PAUSE Statement
Up: Obsolescent Features
Previous: ASSIGN ed FORMAT Statement
©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997Not for commercial use.