RosettaCodeData/Task/Program-termination/Fortran/program-termination.f

4 lines
146 B
FortranFixed
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
IF (condition) STOP [message]
! message is optional and is a character string.
! If present, the message is output to the standard output device.