From 72e146243745abb215f4e2000941a85eb8757642 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Fri, 8 Jul 2022 19:45:19 +0200 Subject: [PATCH] inclusion of Fortran 2018 among the standards --- fortran90.html.markdown | 4 ++-- 1 file 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