F F is a subset of Fortran 95, excellent for learning and for developing new code. It is not suitable for compiling existing Fortran codes. F SYNTAX The syntax of F is in the file http://www.swcp.com/~walt/F/F_bnf.html TO RUN F To run F, install g95 (g95.org) and type g95 -std=F my_program.f95 EXAMPLES This directory contains two files with F examples. QUESTIONS? Send questions or comments to info@fortran.com.