/ hpcvia:comp.lang.c / hascall at cs.iastate.edu (John Hascall) / 12:14 pm Mar 13, 1990 /
/* If you REALLY hate fall-through on switch statements... */
>#define when break;case
>#define or : case
>#define otherwise break;default
> { example deleted }
But everyone knows
#define or ||
is the true meaning ;)