Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC830713); site edai.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!ukc!edcaad!edee!edai!ok From: ok@edai.UUCP (Richard O'Keefe) Newsgroups: net.lang.c Subject: Re: switch.and.case Message-ID: <4289@edai.UUCP> Date: Wed, 13-Jun-84 11:20:41 EDT Article-I.D.: edai.4289 Posted: Wed Jun 13 11:20:41 1984 Date-Received: Thu, 7-Jun-84 08:27:18 EDT Organization: Art.Intelligence,Edin.Univ. Lines: 8 My word, what a horrible piece of code! My understanding is that "case:" and "default:" are just as much like labels as they can possibly be. The only difference between the body of a switch and any other compound statement is the way you (ugh) jump into it. Think of it as a GOTO label(expr); statement in PLurry/Idiotic. Best advertisement for Pascal I've ever seen (and I *like* C).