Skip to content

Commit

Permalink
#320 Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Oct 2, 2024
1 parent 5143e91 commit 503205b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/source/fparser2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,19 @@ This extension is supported by (at least) the Gnu, Intel and Cray compilers
but is not a part of any Fortran standard. More details can be found at
https://gcc.gnu.org/onlinedocs/gfortran/CONVERT-specifier.html

Extended arguments for STOP
+++++++++++++++++++++++++++

May compiler support extended arguments for the STOP statement before Fortran 2008.
Examples are negative numbers, and string operations::

STOP -1
STOP str1 // str2

This extension will accept these expressions in Fortran 2003. Note that the
Fortran 2008 standard changes the definition of the stop code to accept even
more flexible expressions.

Classes
-------

Expand Down

0 comments on commit 503205b

Please sign in to comment.