What is Fortran 90?
New
- Super-set of F77 --- though new code format;
- new array operations;
- pointers;
- parametrisation of intrinsic types (e.g., integers, reals);
- user-defined, derived types;
- MODULEs;
- much improved dynamic storage facilities (e.g., ALLOCATE);
- new control constructs (e.g., SELECT CASE);
- recursive procedures;
- optional arguments to procedures;
- more...
Declared Obsolescent
Features which may be deleted from the next standard:
- arithmetic IF;
- REAL and DOUBLE PRECISION DO variables;
- ASSIGN, assigned GOTO;
- PAUSE;
- more...
Deprecated Features
Features which are redundant and which may be deleted in the future:
- EQUIVALENCE, COMMON, BLOCK DATA
- ENTRY
- INCLUDE
- DO WHILE
- DOUBLE PRECISION
- Computed GOTO
- more...
About this document:
Produced from the SGML: /home/isd/public_html/_course_fortran_90/_reml_grp/index.reml
On: 10/2/2003 at 10:33:52
Options: reml2 -i noindex -l long -o html -p multiple