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