|
Re: f77 GOTO == IDL ?? [message #1329 is a reply to message #1327] |
Thu, 02 September 1993 11:12  |
neri
Messages: 3 Registered: May 1993
|
Junior Member |
|
|
My version of IDL (3.10) does have GOTO statements and line labels. It
also has IF...THEN...ELSE structures. You can always make procedure
calls to error handling code as well.
I too have struggled through old F77 (or even F66) code, and after a
period of digestion (or indigestion ;) ) I usualy find that a
reformulation of the algorithm or code structure can really clean it up
a lot. It does make it more of a job to translate, but makes for much
more readable and maintainable code in the future.
--
Jess Neri neri@hobbes.nrl.navy.mil (202) 404-7567 # # ## #
Pulsed Power Physics Branch, Plasma Physics Division ## # # # #
Naval Research Laboratory, Washington DC 20375 # ## ## #
######### Nuts Running Loose ################# # # # # ###
|
|
|