3 lines
146 B
Fortran
3 lines
146 B
Fortran
IF (condition) STOP [message]
|
|
! message is optional and is a character string.
|
|
! If present, the message is output to the standard output device.
|