Our system uses the F4P Fortran Compiler. Request HELP by typing HELP F4P or HELP FORTRAN F4P 2 F4P THE FORTRAN IV-PLUS COMPILER The FORTRAN IV-PLUS compiler is an optimizing Fortran compiler capable of producing in-line code. It can potentially produce a Fortran program which executes almost as fast as an assembly language program. By convention /SW sets the switch action, and /NOSW negates the switch action ( SW represents a switch). The command line to the compiler looks like Object-File, List-File/listswitch = Source-File/switches The default extensions are .FTN for the Source-File, and .OBJ for the Object-File. Further HELP may be obtained by typing HELP F4P KEYWORD, using one of the following keywords. ERROR (Options for getting HELP on errors) ERROR Rnn (HELP for a specific Runtime error number) ERROR Cnn (HELP for a specific Compile error number) SWITCHES (Summary of F4P compiler switches) LIST (Listing Switch Summary) BUILD (?) (Compile-Load-and-Go and Taskbuilding) 2 LIST For further HELP , type HELP F4P LIST. 2 SWITCHES For further HELP, type HELP F4P SWITCHES 2 ERROR To get HELP on a given error, type HELP F4P ERROR. 2 BUILD For further HELP, type HELP F4P BUILD