RosettaCodeData/Task/Program-termination/Fortran/program-termination.f
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07: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.