PROGRAM operatori INTEGER :: a, b LOGICAL :: c IF (a < 5 .OR. b >= 3) THEN c = (a == b) ELSE c= .FALSE. ENDIF END PROGRAM operatori