Portability Subroutine: Flushes and closes I/O buffers, and terminates program execution.
Module: USE IFPORT
Syntax
This subroutine causes the program to terminate and an exit code value of 134 is returned to the program that launched it.
Compatibility
CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB
See Also
Example
USE IFPORT
!The following prints "abort: Fortran Abort Called"
CALL ABORT
!The following prints "abort: Out of here!"
Call ABORT ("Out of here!")