Path: utzoo!attcan!uunet!husc6!purdue!decwrl!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c Subject: OH NO!! (Re: Standard Indentation etc.) Message-ID: <1098@goofy.megatest.UUCP> Date: 19 Dec 88 22:54:39 GMT References: <952@ardent.UUCP) Organization: Megatest Corporation, San Jose, Ca Lines: 30 From article <952@ardent.UUCP), by mec@outcast.ardent.com (Michael Chastain): ) OK, here's my favorite switch statement: ) ) switch ( iThing ) ) { ) default: ) stmt; ) stmt; ) break; ) ) case 1: ) stmt; ) stmt; ) goto LCase2; ) ) case 2: ) LCase2: ) stmt; ) stmt; ) break; ) } ) GOTO-Alert!! GOTO-Alert!! Prepare asbestos suits immediately. Repeat. Prepare asbestos suits immediately. This is not a drill. Stand by for Strident-Pedant-Warning to follow.