Mycase
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 1 articles for 0.000 sec
Re: use 'go to' doing some case studies and induced problems     

Group: comp.lang.fortran · Group Profile · Search for Mycase in comp.lang.fortran
Author: Paul Van Delst
Date: Jul 20, 2006 07:41

.... Others have commented on the subroutine vs goto issue. What about something like: PROGRAM mycases ... put *all* your declarations here.... CALL Init() ! Initialise all the stuff for your ...SUBROUTINE Case1() ....no arg list.. just run case1 END SUBROUTINE Case1 ....etc.... END PROGRAM mycases You don't need argument lists if you don't want them -- but I ...
Show full article (2.77Kb) · Show article thread