6.1.1. Fortran Syntax

Fortran syntax

.EQ.

eq ual (equal)

.GT.

g reater t han (greater than)

.GE.

g reater e qual (greater equal)

.LT.

l ower t han (lower than)

.LE.

l ower e qual (lower equal)

.AND.

(both conditions - right and left of .AND. - must be filled out)

.OR.

(one of the two conditions - right or left of .OR. - must be filled out)

.NE.

n ot e qual (unequal)

The following examples show key values: