Notes on an Introduction to Fortran 77

ÓDr S P Tear

1: Introduction to FORTRAN Programming.

  1. Some general terms in programming.
  2. FORTRAN statements.
2: Arrays, Loops and Mixed-mode Expressions.
  1. Arrays.
  2. Loops.
  3. Mixed-mode expressions.
3: Strings, Functions and Subroutines.
  1. Character strings.
  2. Functions and Subroutines.
  3. Statement function.
  4. function subprogram.
  5. Subroutines.
4: Passing arrays; PARAMETER, DATA and FORMAT statements.
  1. Passing arrays.
  2. The PARAMETER statement.
  3. The DATA statement.
  4. FORMAT of the output.
5: Input and output, and good programming.
  1. Files and records.
  2. Good programming practice.