FTM Program Examples
F is a trademark of The Fortran Company.
Examples of code that use the features of the F95
version of F can be found at the
F ftp site.
In addition to versions of the examples listed below,
there are programs that
-
use a user-defined function in a specification statement (spec_fn.f95),
-
test the SLATEC library (asinh.f95, test_gamma.f95),
-
call a Fortran 77 program (f_calls_f77.f95, f77sub.f),
-
call a C program (f_calls_c.f95, csub.c),
-
access environment variables command-line arguments (args.f95), and
-
call system to execute POSIX commands (system.f95).
The examples of F programs provided here illustrate
several features of the F programming language (F95 version).
Back to F Homepage
Questions or Comments?