Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28455 Discussions

Try guessing the ending value of I...

jajdavid
Beginner
241 Views

       I=0
       IF(I.EQ.0) THEN I=1
       WRITE(6,*) I
       END

0 Kudos
1 Reply
Steven_L_Intel1
Employee
241 Views

Let me make an interesting suggestion here - put this code in a free-form source (.f90) file rather than fixed-form (.f or .for).

See Doctor Fortran in "Source Form Just Wants to be Free"

0 Kudos
Reply