From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,68321983359cf306 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Use of 'goto' Date: 1997/07/03 Message-ID: #1/1 X-Deja-AN: 254388507 References: <01bc7c39$64813260$LocalHost@xhv46.dial.pipex.com> <33BC2A6F.414F@gsg.eds.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-07-03T00:00:00+00:00 List-Id: Seymour J said <B, therefore A). Spaghetti code need not use GOTO, and some of the worst examples I've seen did not. >> Well you perhaps have some definition of spaghetti. it is not exactly a technical term. But certainly in most languages you cannot create irreducible control structures without using a goto.