C provides the infinitely-abusable GOTO statement, and labels to
branch to. Formally, the GOTO is never necessary, and in practice it
is almost always easy to write code without it.
-- Kernighan & Ritchie, The C Programming Language
branch to. Formally, the GOTO is never necessary, and in practice it
is almost always easy to write code without it.
-- Kernighan & Ritchie, The C Programming Language
Related:
- K&R [Kernighan and Ritchie] n.
Brian Kernighan and Dennis
Ritchie's book "The C Programming Language",
esp. the classic and influential first edition (Prentice... - K&R: [Kernighan and Ritchie] n. Brian Kernighan and Dennis Ritchie's
book "The C Programming Language",
esp. the classic and influential first edition (Prentice... - COME FROM n.
A semi-mythical language construct dual to the
`go to';
COME FROM <label> would cause the referenced... - BCPL: Before C,
Programming... - Programming just with goto's is like swatting flies
with a sledgehammer... - indent style n.
[C, C++, and Java programmers] The rules
one uses to indent code in a readable fashion.
There are four major C indent styles, described... - Is a computer language with goto's totally
Wirth-less... - Is a computer language with goto's totally
Wirth-less... - Is a computer language with goto's totally
Wirth-less...
