if_stmt01.f90 108 Bytes Raw Blame History Permalink 1 2 3 4 5 ! RUN: %S/test_errors.sh %s %t %f18 ! Simple check that if statements are ok. IF (A > 0.0) A = LOG (A) END