Proposal for breaking out of multiple loops
Ron Natalie <ron>
ron at brl-tgr.ARPA
Fri Oct 12 03:21:33 AEST 1984
FOO!
Who defined structured programming as:
Structured programming is any construct that does not
use GOTO statements.
Not Dijkstra, not Knuth.
Disguising goto's as multi-functional break statements is not
helping the problem. C doesn't need these. If you want to
be non-structured, use GOTO. At least it's clear what you
are doing.
-Ron
More information about the Comp.lang.c
mailing list