program test Implicit NONE INTEGER K DO 250 K=1,10 250 print *, 'K= ', K end program test
Standard input is empty
K= 1 K= 2 K= 3 K= 4 K= 5 K= 6 K= 7 K= 8 K= 9 K= 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!