Hi,
I'm new to Fortran. I have a F77 program that has a line
if(VARIABLE-1)5,4,4
What does this do? (I have labels 4 and 5 below if that helps)
I think it checks if Variable > 1, as 0 = false, then goes to labels 5, 4, 4, but that makes no sense.
Obviously searching Google brings nothing as if statements are too common.
Thanks in advance
I'm new to Fortran. I have a F77 program that has a line
if(VARIABLE-1)5,4,4
What does this do? (I have labels 4 and 5 below if that helps)
I think it checks if Variable > 1, as 0 = false, then goes to labels 5, 4, 4, but that makes no sense.
Obviously searching Google brings nothing as if statements are too common.
Thanks in advance