Using Fortran


  1. Check the Fortran Help Pages.

  2. Create a Fortran Program such as add.f .

  3. Compile the Program. For example,
       gandalf> g77  -o add  add.f

  4. Execute the Program. For example,
       gandalf> ./add