REF: JVB GFTN-002
File: logical_all1.f90
Example:
C:\gfortran_stuff\James\clf\logical>gfortran -std=f95 logical_all1.f90 -ological _all1 C:\gfortran_stuff\James\clf\logical>logical_all1 .TRUE. .AND. .FALSE. Initialization 1 F F F T 2 F F F T 4 F F F T 8 T T T T C:\gfortran_stuff\James\clf\logical>gfortran -v Using built-in specs. Configured with: ../gcc/configure --prefix=/mingw --enable-languages=c,f95 Thread model: win32 gcc version 4.0.0 20050117 (experimental)Discussion: All results in the 4X4 LOGICAL output block should be .FALSE.