Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!harpo!ulysses!mhuxl!ihnp4!fortune!crane From: crane@fortune.UUCP (John Crane) Newsgroups: net.lang Subject: Re: Discouraging "GOTO"s in introductory computer courses Message-ID: <3431@fortune.UUCP> Date: Fri, 25-May-84 14:08:46 EDT Article-I.D.: fortune.3431 Posted: Fri May 25 14:08:46 1984 Date-Received: Fri, 1-Jun-84 21:06:40 EDT References: <820@sdcsvax.UUCP> Organization: Fortune Systems, Redwood City, CA Lines: 9 I have taught COBOL, RPG, BASIC, and FORTRAN for about 4 years all told. Really groovey and "with it" languages I know. I introduced structured COBOL at several placed where I worked. There's no way you can avoid GOTOs in COBOL, try as you might. However, I have been programming in C now for over a year and have NEVER had to use a GOTO. Even with old coding habits, I have never found the need to use one. I would strongly discourage their use by students just as COBOL instructors strongly discourage using ALTER.