FORTRAN 77 Language Reference

Examples

Example 1: Integer:


       stop 9 

The above statement displays:


       STOP: 9 

Example 2: Character:


       stop 'error' 

The above statement displays:


       STOP: error