On Mon, 2013-02-18 at 09:26 -0500, John Gilmore wrote:
> This notion was later reified by Dijkstra's epigoni into
> an interdiction: all GOTOs as bad in all circumstances.
"Epigone", what a great word.
In my undergraduate days, in the immediate wake of Dijkstra's CACM
letter, acquaintances of mine complained that their COBOL programs
containing:
READ MYFILE AT END GOTO END-OF-JOB
were being instantly returned as unacceptable: no GOTOs allowed.
Identical code resubmitted as:
READ MYFILE AT END PERFORM END-OF-JOB
were deemed correct. Argh.
--
David Andrews
A. Duda & Sons, Inc.
[email protected]
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN