C Provides The Infinitely-abusable GOTO Statement, And Labels To Branch To.

HomeFortune CookiesMiscellaneous Collections

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

Related: