What is in Fortran 90 but not in F

Here is a brief description of what is in Fortran 90, but not in F.

Any F program is also a Fortran 90 program.

An F program does not have:

 o  alternate returns        o  implicit typing
 o  block data               o  labels
 o  fixed source form        o  namelist i/o
 o  include                  o  statement functions
 o  internal procedures

An F program cannot have the following statements:

 o  common         o  equivalence      o  goto
 o  continue       o  entry            o  sequence
 o  data           o  format           o  do while

An F program requires that: