IF(AGE .GE. 60 .OR. (STATUS .EQ. 'WIDOW' .AND. $ NCHILD .GT. 0) THENThis combines the values of three relational expressions, two of them comparing arithmetic values, the other character values. The logical operators such as .AND. and .OR. also need decimal points at either end to distinguish them from symbolic names. The .OR. operator performs an inclusive or, the exclusive or operator is called .NEQV..