I was reading the first c book I ever read through, for fun, and found this passage.
Originally said by Dan Gookin, C for dummies volume 2.
Most C language books don't teach anything about the goto, other than a passing mention. One programmer, however, set out to find virtue for the vilified goto. He conccted a program that used a goto and could not be written any other way. Keep in mind that this guy was a top-notch C programmer and he had to work at it to get a justifiable goto program. For us mere mortals, this isn't an option.
After reading that I was curious, what could the program be?