Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AndersO
  • Content: Threads
  • Order by date
  1. AndersO

    Fortran newbie, simple loop question, continues everywhere!

    I'm about to convert a Fortran77 program to C and have encounter a code snippet something like this: DIMENSION TMP(5) DO 10 K=1, 5 10 TMP(K)=0 CALL FUNC 20 CONTINUE STOP END SUBROUTINE FUNC WRITE (*,*)'Just a test' RETURN END Whats the deal with that continue?.. There is...

Part and Inventory Search

Back
Top