Documentation Home
>
FORTRAN 77 Language Reference
>
Chapter 4 Statements
>
IF (Logical)
> Example
FORTRAN 77 Language Reference
Previous
: Description
Next
: IMPLICIT
Example
IF ( VALUE .LE. ATAD ) CALL PUNT
! Note that there is no THEN.
IF ( TALLY .GE. 1000 ) RETURN
Previous
: Description
Next
: IMPLICIT
© 2010, Oracle Corporation and/or its affiliates