RosettaCodeData/Task/Program-termination/Fortran/program-termination.f
2023-07-01 13:44:08 -04:00

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.