Click below to go directly to a specific section:
This code demonstrates the simplicity of outputing a line of code, in this case "Hello World."
******Ouput for Hellow World
WRITE(6,*)'Hello world'
STOP
END
This program has NOT been tested due to the inability to locate the necessary compiler.
It is posted here just to give you an example of
what Fortran source code looks like. Compare it to the other example listed to see the
syntactic differences that exist in the language.
Last modified: 12/10/97 3:36:38 AM