Using Fortran
Check the
Fortran Help Pages
.
Create a Fortran Program such as
add.f
.
Compile the Program.
For example,
gandalf>
g77 -o add add.f
Execute the Program.
For example,
gandalf>
./add