-{"keyword":"ABORT","docstr":"`ABORT` — Abort the program\n\n### Description\n`ABORT` causes immediate termination of the program. On operating\nsystems that support a core dump, `ABORT` will produce a core dump. \nIt will also print a backtrace, unless `-fno-backtrace` is given.\n\n\n\n### Syntax\n`CALL ABORT`\n\n\n### Return value\nDoes not return.\n\n\n\n### Example\n\n ```\n\n\nprogram test_abort\n\n integer :: i = 1, j = 2\n\n if (i /= j) call abort\n\nend program test_abort\n\n```\n\n\n\n### Standard\nGNU extension\n\n\n\n### Class\nSubroutine\n\n\n\n### See also\n<a href=\"EXIT.html#EXIT\">EXIT</a>, <a href=\"KILL.html#KILL\">KILL</a>, <a href=\"BACKTRACE.html#BACKTRACE\">BACKTRACE</a>\n\n "}{"keyword":"ABORT","docstr":"`ABORT` — Abort the program\n\n### Description\n`ABORT` causes immediate termination of the program. On operating\nsystems that support a core dump, `ABORT` will produce a core dump. \nIt will also print a backtrace, unless `-fno-backtrace` is given.\n\n\n\n### Syntax\n`CALL ABORT`\n\n\n### Return value\nDoes not return.\n\n\n\n### Example\n\n ```\n\n\nprogram test_abort\n\n integer :: i = 1, j = 2\n\n if (i /= j) call abort\n\nend program test_abort\n\n```\n\n\n\n### Standard\nGNU extension\n\n\n\n### Class\nSubroutine\n\n\n\n### See also\n<a href=\"EXIT.html#EXIT\">EXIT</a>, <a href=\"KILL.html#KILL\">KILL</a>, <a href=\"BACKTRACE.html#BACKTRACE\">BACKTRACE</a>\n\n "}{"keyword":"ABORT","docstr":"`ABORT` — Abort the program\n\n### Description\n`ABORT` causes immediate termination of the program. On operating\nsystems that support a core dump, `ABORT` will produce a core dump. \nIt will also print a backtrace, unless `-fno-backtrace` is given.\n\n\n\n### Syntax\n`CALL ABORT`\n\n\n### Return value\nDoes not return.\n\n\n\n### Example\n\n ```\n\n\nprogram test_abort\n\n integer :: i = 1, j = 2\n\n if (i /= j) call abort\n\nend program test_abort\n\n```\n\n\n\n### Standard\nGNU extension\n\n\n\n### Class\nSubroutine\n\n\n\n### See also\n<a href=\"EXIT.html#EXIT\">EXIT</a>, <a href=\"KILL.html#KILL\">KILL</a>, <a href=\"BACKTRACE.html#BACKTRACE\">BACKTRACE</a>\n\n "}{"keyword":"ABORT","docstr":"`ABORT` — Abort the program\n\n### Description\n`ABORT` causes immediate termination of the program. On operating\nsystems that support a core dump, `ABORT` will produce a core dump. \nIt will also print a backtrace, unless `-fno-backtrace` is given.\n\n\n\n### Syntax\n`CALL ABORT`\n\n\n### Return value\nDoes not return.\n\n\n\n### Example\n\n ```\n\n\nprogram test_abort\n\n integer :: i = 1, j = 2\n\n if (i /= j) call abort\n\nend program test_abort\n\n```\n\n\n\n### Standard\nGNU extension\n\n\n\n### Class\nSubroutine\n\n\n\n### See also\n<a href=\"EXIT.html#EXIT\">EXIT</a>, <a href=\"KILL.html#KILL\">KILL</a>, <a href=\"BACKTRACE.html#BACKTRACE\">BACKTRACE</a>\n\n "}{"keyword":"ABORT","docstr":"`ABORT` — Abort the program\n\n### Description\n`ABORT` causes immediate termination of the program. On operating\nsystems that support a core dump, `ABORT` will produce a core dump. \nIt will also print a backtrace, unless `-fno-backtrace` is given.\n\n\n\n### Syntax\n`CALL ABORT`\n\n\n### Return value\nDoes not return.\n\n\n\n### Example\n\n ```\n\n\nprogram test_abort\n\n integer :: i = 1, j = 2\n\n if (i /= j) call abort\n\nend program test_abort\n\n```\n\n\n\n### Standard\nGNU extension\n\n\n\n### Class\nSubroutine\n\n\n\n### See also\n<a href=\"EXIT.html#EXIT\">EXIT</a>, <a href=\"KILL.html#KILL\">KILL</a>, <a href=\"BACKTRACE.html#BACKTRACE\">BACKTRACE</a>\n\n "}
0 commit comments