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

4 lines
146 B
FortranFixed
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
IF (condition) STOP [message]
! message is optional and is a character string.
! If present, the message is output to the standard output device.