fortran_90
Table of Contents
Fortran 90
**Fortran 90** was a major revision to FORTRAN 77. It introduced many new features and, although it didn't delete any features, several were identified as “obsolescent.”
The full text of the Fortran 90 standard is available in PDF format here from Fortran Standards Work Group JTC1/SC22/WG5: https://wg5-fortran.org/N001-N1100/N692.pdf
New Features
- Dynamic memory allocation via the `allocatable` attribute and the `allocate` and `deallocate` statements.
Old Features that had never been standardized before
- Namelist input
Obsolescent Features
None.
fortran_90.txt · Last modified: 2024/05/01 04:31 by 127.0.0.1