summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNorwid Behrnd <nbehrnd@yahoo.com>2022-07-08 19:45:19 +0200
committerNorwid Behrnd <nbehrnd@yahoo.com>2022-07-08 19:45:19 +0200
commit72e146243745abb215f4e2000941a85eb8757642 (patch)
tree237926043343a48f838aefc1e361ef950f864f3b
parent976e431f77f68b298424da65f19ba83851940f86 (diff)
inclusion of Fortran 2018 among the standards
-rw-r--r--fortran90.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran90.html.markdown b/fortran90.html.markdown
index b889e8ca..4209d374 100644
--- a/fortran90.html.markdown
+++ b/fortran90.html.markdown
@@ -10,8 +10,8 @@ by IBM for numeric calculations (Fortran is an abbreviation of "Formula
Translation"). Despite its age, it is still used for high-performance computing
such as weather prediction. However, the language has changed considerably over
the years, although mostly maintaining backwards compatibility; well known
-versions are FORTRAN 77, Fortran 90, Fortran 95, Fortran 2003, Fortran 2008 and
-Fortran 2015.
+versions are FORTRAN 77, Fortran 90, Fortran 95, Fortran 2003, Fortran 2008,
+Fortran 2015, and Fortran 2018.
This overview will discuss the features of Fortran 95 since it is the most
widely implemented of the more recent specifications and the later versions are