FORTRAN 77 Language Reference

Example


       N = 0 
       IF ( N ) 10, 20, 30 

Since the value of N is zero, control is transferred to statement label 20.