Flow-control structures: Difference between revisions

Content added Content deleted
Line 600: Line 600:
===Reaction===
===Reaction===
There is a famous letter by Edsger Dijkstra's, titled ''Go To Statement Considered Harmful'', published in the March 1968 Communications of the ACM.
There is a famous letter by Edsger Dijkstra's, titled ''Go To Statement Considered Harmful'', published in the March 1968 Communications of the ACM.
====Response====
A thorough analysis of the problem appears in ''Structured Programming with '''go to''' Statements'' by Donald E. Knuth, December 1974. There's even mention of decision tables.


=={{header|Go}}==
=={{header|Go}}==