pp036.F 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 * #define FALSE TRUE ... .FALSE. -> .TRUE. #define FALSE TRUE if (.FALSE.) then print *, 'pp036.F pass' else print *, 'pp036.F FAIL: ', .FALSE. end if end